Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
Use pip install --user instead of pip install (#34)
Browse files Browse the repository at this point in the history
* Use `pip3 install --user` instead of `pip install`

This makes pip installation work without requiring root privileges
on Linux and should also prevent issues #21 and #37
  • Loading branch information
Calinou authored and nbedos committed Jul 5, 2018
1 parent ead1cd9 commit 2cebb7b
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 @@ -18,7 +18,7 @@ recording such as [asciinema](https://github.com/asciinema/asciinema).
## Installation
termtosvg is compatible with Python >= 3.5 and can be installed with pip:
```
pip install termtosvg
pip3 install --user termtosvg
```

## Usage
Expand Down

0 comments on commit 2cebb7b

Please sign in to comment.