mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-19 16:30:26 +00:00
Start adding pip setup package requirements (setup.py, __init__.py, use pkg_resource)
This commit is contained in:
parent
9191524c04
commit
90d743796b
7 changed files with 146 additions and 46 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue