UDST / synthpop

Synthetic populations from census data
BSD 3-Clause "New" or "Revised" License
100 stars 46 forks source link

Update README with installation instructions #55

Open alephcero opened 4 years ago

alephcero commented 4 years ago

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' 
PyMap commented 4 years ago

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