Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 643 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 643 Bytes

Watch Animes Online For Free

1. Clone the project

https://github.com/nigdanil/anime-desk.git

2. Create venv for python

python -m venv venv

3. Activate venv for Windows

.\venv\Scripts\activate

4. Install all requirements

pip install -r requirements.txt

5. Run Flask app

flask run