Skip to content

Understanding project architecture #2370

Answered by levskaya
td43 asked this question in Q&A
Discussion options

You must be logged in to vote

If I understand what you're asking, what we almost always do for development is to use virtualenvs
(e.g. mkdir envs; python -m venv my_env; source envs/my_env/bin/activate then pip install -e flax_repo_dir/ so that the editable version in the local repo is used by tests during development.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcvanzee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants