Skip to content

Commit

Permalink
changed: pip3 -> python3 -m pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Schluggi committed Jan 12, 2021
1 parent 7c0b695 commit d736784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SSL/TLS and STARTTLS support i wrote my own python-based version. I hope you lik
### git
1. Clone this repo
2. Install the requirements by running `pip3 install -r requirements.txt`
2. Install the requirements by running `python3 -m pip install -r requirements.txt`
3. Start the program:`./pymap-copy.py --help`
> **Upgrade**: `git pull`
Expand Down

0 comments on commit d736784

Please sign in to comment.