added publication stuff
This commit is contained in:
parent
a49b14c12c
commit
0f58f26bd4
8 changed files with 94 additions and 2 deletions
5
setup.sh
5
setup.sh
|
@ -4,4 +4,7 @@ cd "$(dirname "$(realpath "$0")")"
|
|||
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements.txt
|
||||
|
||||
# dev dependencies
|
||||
python -m pip install mypy build setuptools twine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue