Skip to content

Commit

Permalink
Fix windows installation docs (Blazemeter#1345)
Browse files Browse the repository at this point in the history
* Fix windows installation docs

* Add vc++ link
  • Loading branch information
corvustristis authored Jul 4, 2020
1 parent 2c02421 commit 11562df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/dat/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ Notes:
After the installation is finished, you can run Taurus with `bzt` from command prompt. Also, you'll have 'Taurus'
shortcut in the Start menu.

If you want to install additional Python packages along with Taurus (for example Locust, Molotov or others),
If you want to install additional Python packages along with Taurus (for example Locust, Molotov, etc),
you should utilize the following command line utilities provided by the installer:
- `bzt-pip` is a wrapper for pip that can be used to install packages, for example `bzt-pip install locust`
- `bzt-run` can be used to launch packages that were installed with `bzt-pip`, for example `bzt-run locust locustfile.py`

Notes:
- You need to install fresh `setuptools` and `wheel` before installing everything else with `bzt-pip`, so the command is
`bzt-pip install setuptools wheel`.
**Important!**
- You need to install fresh `setuptools` and `wheel` before installing everything else with `bzt-pip`,
with the following command: `bzt-pip install setuptools wheel`.
And please install [Microsoft Visual C++](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16) beforehand.

### Installing Taurus Manually

Expand Down
1 change: 1 addition & 0 deletions site/dat/docs/changes/fix-windows-install-docs.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
windows installation docs for locust and packages

0 comments on commit 11562df

Please sign in to comment.