- A description of your project
- Links to the project's ReadTheDocs page
- A TravisCI button showing the state of the build
- "Quickstart" documentation (how to quickly install and use your project)
- A list of non-Python dependencies (if any) and how to install them
--> Goal of the project/tutorial/software
- Anaconda
-
Create a developpement environment (recommended):
conda env create -n NAME_OF_THE_PROJECT
-
Activate the developpement environment :
activate NAME_OF_THE_PROJECT
-
Install the required librairies : (platform_demo)$
pip install -r requirements
-
Activate the developpement environment :
activate NAME_OF_THE_PROJECT
-
Run the application : (platform_demo)$
python run.py