diff --git a/README.md b/README.md index 87ca66e..20a9668 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ libretranslate [args] Then open a web browser to http://localhost:5000 +If you're on Windows, we recommend you [Run with Docker](#run-with-docker) instead. + ## Build and Run If you want to make some changes to the code, you can build from source, and run the API: diff --git a/setup.py b/setup.py index 86538c1..3accce4 100644 --- a/setup.py +++ b/setup.py @@ -6,9 +6,9 @@ setup( version='1.1.0', name='libretranslate', license='GNU Affero General Public License v3.0', - description='Free and Open Source Machine Translation API. 100% self-hosted, no limits, no ties to proprietary services. Built on top of Argos Translate.', - author='Piero Toffanin', - author_email='pierotofy@email.com', + description='Free and Open Source Machine Translation API. Self-hosted, no limits, no ties to proprietary services.', + author='LibreTranslate Authors', + author_email='pt@uav4geo.com', url='https://libretranslate.com', packages=find_packages(), # packages=find_packages(include=['openpredict']),