Skip to content

Commit

Permalink
return PyPI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Nov 18, 2024
1 parent 73d8954 commit fab32f9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ It supports:

### Install Python Package

Assuming connection to git via SSH:
From PyPI:

```
git clone [email protected]:ratschlab/tools-project-archives.git
pip install project-archiver
```


From GitHub (for developers):

```
git clone https://github.com/ratschlab/tools-project-archives.git
cd tools-project-archives
pip install -e .
```
Expand Down

0 comments on commit fab32f9

Please sign in to comment.