Spaces:
Runtime error
Runtime error
NewtonKimathi
commited on
Commit
•
4c31138
1
Parent(s):
30bf470
Readme
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ Install the required packages to be able to run the evaluation locally.
|
|
3 |
You need to have Python 3 on your system (a Python version lower than 3.10). Then you can clone this repo and being at the repo's root :: repository_name> ... follow the steps below:
|
4 |
``````
|
5 |
Windows:
|
6 |
-
|
7 |
python -m venv venv; venv\Scripts\activate; python -m pip install -q --upgrade pip; python -m pip install -qr requirements.txt
|
8 |
``````
|
9 |
Linux & MacOs:
|
@@ -28,5 +28,5 @@ Demo
|
|
28 |
uvicorn src.demo_01.api:app --reload
|
29 |
Go to your browser at the following address, to explore the api's documentation :
|
30 |
|
31 |
-
http://127.0.0.1:8000/docs
|
32 |
|
|
|
3 |
You need to have Python 3 on your system (a Python version lower than 3.10). Then you can clone this repo and being at the repo's root :: repository_name> ... follow the steps below:
|
4 |
``````
|
5 |
Windows:
|
6 |
+
|
7 |
python -m venv venv; venv\Scripts\activate; python -m pip install -q --upgrade pip; python -m pip install -qr requirements.txt
|
8 |
``````
|
9 |
Linux & MacOs:
|
|
|
28 |
uvicorn src.demo_01.api:app --reload
|
29 |
Go to your browser at the following address, to explore the api's documentation :
|
30 |
|
31 |
+
http://127.0.0.1:8000/docs#/
|
32 |
|