-
Notifications
You must be signed in to change notification settings - Fork 6
Developer Cheat Sheet
Marius Greuel edited this page Dec 4, 2023
·
1 revision
sudo apt install python3 python-is-python3
python -m venv ~/.venv/dwfpy
source ~/.venv/dwfpy/bin/activate
git clone https://github.com/mariusgreuel/dwfpy.git ~/repos/dwfpy
cd ~/repos/dwfpy
pip install -r requirements.txt
pip install -e .
winget install python
python -m venv %USERPROFILE%\.venv\dwfpy
%USERPROFILE%\.venv\dwfpy\Scripts\activate.bat
git clone https://github.com/mariusgreuel/dwfpy.git %USERPROFILE%\repos\dwfpy
cd %USERPROFILE%\repos\dwfpy
pip install -r requirements.txt
pip install -e .