We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README should contain installation instructions for environments created with virtualenv and conda. For virtualenv could be as follow:
virtualenv
conda
virtualenv venv --python=python3.7 source venv/bin/activate pip install -r requierements.txt cd synthpop/ python setup.py develop ipython kernel install --user --name=synthpop Add to /venv/bin/activate the following line: export CENSUS='1234ebcf'
The text was updated successfully, but these errors were encountered:
Here my notes, https://github.com/urbansim/synthpop-planning/issues/3
Sorry, something went wrong.
Installation instructions. Related to #55
0cd2a2e
No branches or pull requests
README should contain installation instructions for environments created with
virtualenv
andconda
. Forvirtualenv
could be as follow:The text was updated successfully, but these errors were encountered: