Currently TaggingGS is an beta version
How to install TaggingGS from ZIP file:
How to install TaggingGS from GIT:
- pip install git+https://github.com/GiacomoSaccaggi/TaggingGS.git#egg=TaggingGS
How to install TaggingGS with clone folder:
- Unzip the archive
- cd into the unzipped folder from the console
- type in the console "pip install ." to install the package locally
How to use tagginggs:
-
Import the package with the following code:
>>> from tagginggs import run_tagging_app -
Create flask app:
>>> app = run_tagging_app() -
Run flask app:
>>> app.run(port=8080)