Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abulgher authored Jul 3, 2022
1 parent 2f1542d commit 5625fa7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ A python tool to download PyPI packages and create the local structure to run a
This tool is totally based on pip.

The user needs to provide via the command line a requirement file and the tool will invoke pip to download all the packages required. Moreover the user can select a directory where the packages will be moved in order to mimick the required structure of the PyPI index.

# Installation
Just use pip
```bat
python -m pip install pypiprivatizer
```

# Usage
From your python enviroment:
```bat
python -m pypiprivatizer -h
```
to get all CLI options.

0 comments on commit 5625fa7

Please sign in to comment.