upload app

This commit is contained in:
2023-11-27 20:46:54 +01:00
parent 388a305f8e
commit e69e1e3cc9
23 changed files with 482 additions and 0 deletions

30
README.txt Normal file
View File

@@ -0,0 +1,30 @@
cleanup_html
============
Getting Started
---------------
- Change directory into your newly created project if not already there. Your
current directory should be the same as this README.txt file and setup.py.
cd cleanup_html
- Create a Python virtual environment, if not already created.
python3 -m venv env
- Upgrade packaging tools, if necessary.
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