Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The project assumes the following tools installed:
- [Python](https://www.python.org/downloads/). Any version allowed by `requires-python` in `pyproject.toml` is supported.
- [GNU Make](https://www.gnu.org/software/make/).
- Docker or a compatible tool like [Podman](https://podman.io/). We recommend [OrbStack](https://orbstack.dev/) for macOS.
- A Python [virtual environment](https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments) is created and activated.

To install dev dependencies, run `make install`. Only Flagsmith maintainers can run `uv lock` due to private dependencies.

Expand Down
Loading