File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -360,10 +360,12 @@ Using pip
360
360
Once you have pip _ installed, and have set https_proxy _ is you are behind
361
361
a proxy, using it on the command line is very easy. The easiest way to use
362
362
pip is letting it find and download packages it installs from the
363
- `Python Package Index (PyPI) < PyPI _> `__, but it can also install packages
363
+ `Python Package Index (PyPI) `__, but it can also install packages
364
364
downloaded from the PyPI separately. The most common usages are shown below
365
365
and pip _ documentation has more information and examples.
366
366
367
+ __ PyPI _
368
+
367
369
.. sourcecode :: bash
368
370
369
371
# Install the latest version
@@ -479,7 +481,9 @@ you can always install it manually following these steps:
479
481
480
482
2. Copy the source code where you want to.
481
483
482
- 3. Decide `how to run tests <Executing Robot Framework _>`__.
484
+ 3. Decide `how to run tests `__.
485
+
486
+ __ `Executing Robot Framework `_
483
487
484
488
Verifying installation
485
489
----------------------
You can’t perform that action at this time.
0 commit comments