Skip to content

Commit

Permalink
add requirements.txt install instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
w0de committed Apr 10, 2024
1 parent 3374868 commit 84d00ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ The python `ruamel.yaml` module is required, which is not installed by default o
python -m ensurepip --user
python -m pip install -U pip setuptools wheel ruamel.yaml --user
```

If you do not pre-install `ruamel.yaml`, setup.py will do it for you.

#### Local git repo install
```bash
git clone git@github.com:grahampugh/plist-yaml-plist && cd plist-yaml-plist
python -m pip install .
```

#### Remote git repo install
A github ssh key is required to run `pip install -r requirements.txt`.

*requirements.txt*:
```txt
-e git+ssh://git@github.com/grahampugh/plist-yaml-plist#egg=plistyamlplist
Expand Down

0 comments on commit 84d00ac

Please sign in to comment.