synthpop icon indicating copy to clipboard operation
synthpop copied to clipboard

Update README with installation instructions

Open alephcero opened this issue 4 years ago • 1 comments

README should contain installation instructions for environments created with virtualenv and conda. For virtualenv could be as follow:

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' 

alephcero avatar Jun 23 '20 19:06 alephcero

Here my notes, https://github.com/urbansim/synthpop-planning/issues/3

PyMap avatar Jun 23 '20 20:06 PyMap