-
Clone the repository into your local system:
git clone https://github.com/Hanoon02/Sanskriti.git cd Sanskriti
-
Set up the virtual environment
virtualenv sans python3 -m venv sans # For Windows sans\Scripts\activate # For Mac source sans/bin/activate
-
Install the packages and backend data
pip install -r requirements.txt python3 setup.py
-
Run Sanskriti application
cd Application python3 app.py
The application will be running on http://127.0.0.1:5000
.
Verified Python Versions
- Python 3.10.6
- Python 3.11.4