package initial commit

This commit is contained in:
Brian Pugh
2021-04-26 09:02:41 -07:00
parent dd6d8dbc4e
commit 33808aa833
6 changed files with 41 additions and 0 deletions
+14
View File
@@ -131,3 +131,17 @@ If you have ideas/feedback, feel free to open an issue.
# Installation
Until this is up on pypi, this can either be installed via cloning the package:
```
git clone https://github.com/lessw2020/Ranger21.git
cd Ranger21
python -m pip install -e .
```
or directly installed from github:
```
python -m pip install git+https://github.com/lessw2020/Ranger21.git
```