Get straight to coding by automagically creating a project folder with little to no effort.
pip3 install virtualenv
python3 -m venv venv
source ./venv/bin/activatepip install .project --helpor
python -m project --helpproject start bash my_project -o git cli license:mitpip install -e .
project --helppip install -r requirements-dev.txt
make check- error: invalid command 'bdist_wheel'
pip install wheel
The templates are located in projectstarter/templates.
Look at docs/TEMPLATE.md for more information.
- Marc Villain ([email protected])
