Skip to content

Commit 94c206d

Browse files
committed
Version 3 final is now on PyPI
1 parent 12aab3c commit 94c206d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/deploy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Next, we recommend creating a virtual environment for your Webware for Python 3
3030
This will create the virtual environment in the subdirectory ``.venv``. Of course, you can also use a different name for that directory. Now, install Webware for Python 3 into that virtual environment. Under Linux, you can do this as follows::
3131

3232
. .venv/bin/activate
33-
pip install "Webware-for-Python>=3a"
33+
pip install "Webware-for-Python>=3"
3434

3535
You will also need to install other Python packages required by your application into the virtual environment with pip, unless these are provided as part of the application, e.g. in a ``Lib`` subdirectory of the application working directory. If you want to use a Python-based WSGI server such as waitress, you need to install it into this virtual environment as well::
3636

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Installation with Pip
4141

4242
With the virtual environment activated, you can now download and install Webware for Python 3 in one step using the following command::
4343

44-
pip install "Webware-for-Python>=3a"
44+
pip install "Webware-for-Python>=3"
4545

4646
For developing with Webware for Python, you will probably also install "extras" as explained below.
4747

@@ -57,7 +57,7 @@ When installing Webware for Python 3, the following "extras" can optionally be i
5757

5858
On your development machine, we recommend installing the full "test" environment which also includes the other two environments. To do that, you need to specify the "Extras" name in square brackets when installing Webware for Python 3::
5959

60-
pip install "Webware-for-Python[tests]>=3a"
60+
pip install "Webware-for-Python[tests]>=3"
6161

6262

6363
Installation from Source

0 commit comments

Comments
 (0)