potemkin
Project description
Change directory into your newly created project.
cd potemkin
Create a Python virtual environment.
python3 -m venv env
Upgrade packaging tools.
env/bin/pip install –upgrade pip setuptools
Install the project in editable mode with its testing requirements.
env/bin/pip install -e “.[testing]”
Run your project’s tests.
env/bin/pytest
Run your project.
env/bin/pserve development.ini
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
potemkin-0.0.tar.gz
(19.4 kB
view hashes)
Built Distribution
potemkin-0.0-py3-none-any.whl
(20.2 kB
view hashes)