Skip to content

Commit

Permalink
Create development setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jan 30, 2022
1 parent 233e2e9 commit 26fca0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions development_setup_macos_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

python3 -m venv .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
4 changes: 4 additions & 0 deletions development_setup_windows.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

python -m venv .venv
. .\.venv\Scripts\Activate.ps1
pip install -r requirements.txt

0 comments on commit 26fca0e

Please sign in to comment.