From dadcfca0c138e684aee207889e3ad78586a8642f Mon Sep 17 00:00:00 2001 From: BjornFJohansson Date: Fri, 8 Dec 2023 10:25:08 +0000 Subject: [PATCH] fix readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e8f759ee..16c44e06 100755 --- a/README.md +++ b/README.md @@ -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".