- Clone the project and make it your own.
git clone https://github.com/iNightjar/DRF.git
cd DNF
git checkout master
rm -rf .git
git init .
git add --all
git commit -m "Your Commit Message"
- Create virtual environment and activate it.
python3.10 -m venv venv
source venv/bin/activate
Use .\venv\Scripts\activate
if on windows
- Install requirements
(venv) python -m pip install pip --upgrade
(venv) python -m pip install -r requirements.txt
- Open VSCode
code .