Python 3.7 or higher.
cd
into the project and then runvirtualenv venv
- Run
source venv/bin/activate
- Run
pip install -r requirements.txt
- Install Ganache and download BSC testnet network into your local computer by running
python setup_ganache.py
-
If Windows, run
venv\Scripts\activate
-
Run
pip install -r requirements_windows.txt
-
Install Ganache and download BSC testnet network into your local computer by running
python setup_ganache_windows.py
-
Run
python manage.py migrate
-
(optional) Run
python manage.py createsuperuser
-
Run
python manage.py runserver