Add explanation of pip package for src

This commit is contained in:
Peter Bull
2018-04-13 16:24:03 -07:00
committed by Isaac Slavitt
parent b3e9dfa3f9
commit 72b3e66989
2 changed files with 9 additions and 14 deletions

View File

@@ -31,6 +31,7 @@ Project Organization
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
├── src <- Source code for use in this project.
│   ├── __init__.py <- Makes src a Python module
│ │