mirror of
https://git.deluge-torrent.org/deluge
synced 2025-07-29 20:48:40 +00:00
[Docs] Fixes for spelling
Running on Ubuntu Xenial results in spelling warnings so update wordlist.
This commit is contained in:
parent
c1ba403d4e
commit
3365201011
5 changed files with 21 additions and 6 deletions
|
@ -37,7 +37,7 @@ Download the latest git code to local folder.
|
|||
### Create Python virtual environment
|
||||
|
||||
Creation of a [Python virtual environment] keeps the development isolated
|
||||
and easier to maintain and tox has an option to make this process easier:
|
||||
and easier to maintain and Tox has an option to make this process easier:
|
||||
|
||||
tox -e denv3
|
||||
|
||||
|
@ -45,7 +45,7 @@ Activate virtual environment:
|
|||
|
||||
source .venv/bin/activate
|
||||
|
||||
Deluge will be installed by tox in _develop_ mode which creates links back
|
||||
Deluge will be installed by Tox in _develop_ mode which creates links back
|
||||
to source code so that changes will be reflected immediately without repeated
|
||||
installation. Check it is installed with:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue