fixup! Add standard python build files
This commit is contained in:
parent
0b81f89eee
commit
202366a8f9
|
@ -17,4 +17,5 @@ docs/Ordigi_data_scheme.odg
|
||||||
/ressources
|
/ressources
|
||||||
/Session.vim
|
/Session.vim
|
||||||
/tags
|
/tags
|
||||||
|
/workflow.sh
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
click==6.6
|
click
|
||||||
imagehash==4.2.1
|
python-dateutil
|
||||||
|
geopy
|
||||||
|
imagehash
|
||||||
inquirer
|
inquirer
|
||||||
configparser==3.5.0
|
configparser
|
||||||
tabulate==0.7.7
|
tabulate
|
||||||
Pillow==8.0
|
Pillow
|
||||||
pyheif_pillow_opener=0.1
|
#xpyheif_pillow_opener
|
||||||
|
|
12
workflow.sh
12
workflow.sh
|
@ -1,12 +0,0 @@
|
||||||
# Create virtual environment
|
|
||||||
nmkvirtualenv ordigi
|
|
||||||
|
|
||||||
# Work on it (activate and cd)
|
|
||||||
workon ordigi
|
|
||||||
|
|
||||||
# Install required dependencies
|
|
||||||
pip install -r requirements.txt
|
|
||||||
|
|
||||||
# Install it
|
|
||||||
pip install -e .
|
|
||||||
|
|
Loading…
Reference in New Issue