Added setup.py to README's project organization (#236)
Co-authored-by: bnamaral <bernardo.n.amaral@nos.pt>
This commit is contained in:
parent
0113a4ab1e
commit
9bac80a936
|
@ -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
|
||||||
│ │
|
│ │
|
||||||
|
|
Loading…
Reference in New Issue