Start adding pip setup package requirements (setup.py, __init__.py, use pkg_resource)

This commit is contained in:
Vincent Emonet 2021-02-09 01:24:34 +01:00
parent 9191524c04
commit 90d743796b
7 changed files with 146 additions and 46 deletions

View file

@ -44,7 +44,7 @@ You can run your own API server in just a few lines of setup!
Make sure you have installed Python (3.8 or higher), then simply issue:
```bash
git clone https://github.com/uav4geo/LibreTranslate --recurse-submodules
git clone https://github.com/uav4geo/LibreTranslate
cd LibreTranslate
pip install -r requirements.txt
python main.py [args]