REQUIRE Python 3.11 and lower
git clone https://github.com/NgLam2911/PBL5-ApiServer
py -m venv venv
python3 -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r reqs.txt
- NOTE: If you failed to install all dependencies, try again with
--no-cache-dir
argument added.
py main.py
python3 main.py
- It's an intended typo. Don't make any PR for it.