Skip to content

Commit f95a3fb

Browse files
committed
Fix format issues in Installation document
1 parent b3611e1 commit f95a3fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/install.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create a Virtual Environment
1515

1616
Though you can install Webware for Python 3 into your global Python environment, we recommend creating a separate virtual environment for every Webware for Python 3 project.
1717

18-
To create such a virtual environment in the `.venv` subdirectory of the current directory, run the following command::
18+
To create such a virtual environment in the ``.venv`` subdirectory of the current directory, run the following command::
1919

2020
python3 -m venv .venv
2121

@@ -33,7 +33,7 @@ To activate the virtual environment, you need to execute the "activate" command
3333

3434
Or, if your are using Windows, the "activate" command can be executed like this::
3535

36-
.venv\\Scripts\\activate
36+
.venv\Scripts\activate
3737

3838

3939
Installation with Pip
@@ -50,6 +50,7 @@ Installing "Extras"
5050
-------------------
5151

5252
When installing Webware for Python 3, the following "extras" can optionally be installed as well:
53+
5354
* "dev": extras for developing Webware applications
5455
* "examples": extras for running all Webware examples
5556
* "test": extras needed to test all functions of Webware
@@ -62,7 +63,7 @@ On your development machine, we recommend installing the full "test" environment
6263
Installation from Source
6364
------------------------
6465

65-
Alternatively, you can also download_ Webware for Python 3 from PyPI, and run the `setup.py` command in the tar.gz archive like this::
66+
Alternatively, you can also download_ Webware for Python 3 from PyPI, and run the ``setup.py`` command in the tar.gz archive like this::
6667

6768
setup.py install
6869

0 commit comments

Comments
 (0)