mirror of
https://github.com/jcreek/Sarpy.git
synced 2026-07-13 03:03:43 +00:00
15 lines
396 B
Markdown
15 lines
396 B
Markdown
# Sarpy v3
|
|
|
|
Must use python version 3.9
|
|
|
|
If on Ubuntu, run `sudo apt-get install python3.9-distutils`
|
|
|
|
`pip install setuptools==65.5.0 pip==21`
|
|
|
|
`python3 -m venv venv` or to specify a specific version you have installed `virtualenv -p /bin/python3.9 venv` - this example uses 3.9.
|
|
|
|
On Windows `./venv/Scripts/activate`
|
|
On Mac/Linux `source venv/bin/activate`
|
|
|
|
`pip3 install -r requirements.txt`
|