mirror of
https://github.com/jcreek/Sarpy.git
synced 2026-07-13 03:03:43 +00:00
10 lines
150 B
Markdown
10 lines
150 B
Markdown
# Sarpy v3
|
|
|
|
`python3 -m venv venv`
|
|
|
|
On Windows `./venv/Scripts/activate`
|
|
On Mac/Linux `source venv/bin/activate`
|
|
|
|
`pip3 install -r requirements.txt`
|
|
|