Browse Source

Added setup.py to README's project organization (#236)

Co-authored-by: bnamaral <[email protected]>
main
Bernardo Amaral 4 years ago committed by GitHub
parent
commit
9bac80a936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
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. ├── 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…
Cancel
Save