Skip to content

Commit

Permalink
Merge pull request #49 from adamant-pwn/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
akahles authored Nov 19, 2024
2 parents 0f1ecfd + fab32f9 commit f71630f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,21 @@ It supports:

### Install Python Package

From PyPI:

```
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 .
```

For nicer output on the console, you can optionally install the `coloredlogs` package

```
Expand Down

0 comments on commit f71630f

Please sign in to comment.