diff options
author | Calum Lind <calumlind@gmail.com> | 2018-10-03 12:22:22 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-10-03 19:16:09 +0200 |
commit | 358ff74d0e4d14a4cd6f781ff39e1004e7122f2b (patch) | |
tree | c8ea6092ecb7579a8d373b4c0abdb0f9abca4438 /docs | |
parent | [Lint] Use Black to auto-format code (diff) | |
download | deluge-358ff74d0e4d14a4cd6f781ff39e1004e7122f2b.tar.xz deluge-358ff74d0e4d14a4cd6f781ff39e1004e7122f2b.zip |
[Lint] Format files with Prettier
Use Prettier to auto-format javascript, CSS and YAML files so that less
manual work is involved and style is consistent across project.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/pipenv.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/source/pipenv.md b/docs/source/pipenv.md index bfd5e21e2..c401d53e4 100644 --- a/docs/source/pipenv.md +++ b/docs/source/pipenv.md @@ -4,16 +4,18 @@ For a quick summary read: https://docs.pipenv.org/basics/ ## Prerequisites - * python-libtorrent - * pip - * pipenv +- python-libtorrent +- pip +- pipenv ## Install pipenv and packages Install Pipenv and upgrade pip: + pip install -U pip pipenv On Ubuntu: + sudo -H pip install -U pip pipenv In order to have access to system libtorrent we use `--site-packages` and |