|
|
@ -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. |
|
|
|
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g. |
|
|
|
│ generated with `pip freeze > requirements.txt` |
|
|
|
│ 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. |
|
|
|
├── src <- Source code for use in this project. |
|
|
|
│ ├── __init__.py <- Makes src a Python module |
|
|
|
│ ├── __init__.py <- Makes src a Python module |
|
|
|
│ │ |
|
|
|
│ │ |
|
|
|