From 9bac80a93608f442f93d4851083866eff0e1a403 Mon Sep 17 00:00:00 2001 From: Bernardo Amaral Date: Thu, 21 Jan 2021 23:12:54 +0000 Subject: [PATCH] Added setup.py to README's project organization (#236) Co-authored-by: bnamaral --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1605509..a55a2a6 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ The directory structure of your new project looks like this: ├── 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 │ │