Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Dec 8, 2023
1 parent 2e12dae commit dadcfca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,14 @@ Pip is included in recent Python versions and is the
officially [recommended](http://python-packaging-user-guide.readthedocs.org/en/latest) tool.

Pip installs the minimal installation requirements automatically, but not the optional requirements (see below).
The --pre switch to get the latest version of pydna.

pip install pydna
pip install --pre --upgrade pydna

or use the --pre switch to get the latest version of pydna.

pip install pydna --pre

for optional functionality do:

pip install pydna[clipboard,download,express,gel]
pip install --pre --upgrade pydna[clipboard,download,express,gel]

Remove options inside the square brackets as required, but be sure not to leave spaces as pip will not recognize the options. See below under "Optional dependencies".

Expand Down

0 comments on commit dadcfca

Please sign in to comment.