Skip to content

Commit

Permalink
Update some documentation references from package name locustio to lo…
Browse files Browse the repository at this point in the history
…cust
  • Loading branch information
cyberw committed Jun 21, 2020
1 parent 5ea0342 commit 8388fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you want the bleeding edge version, you can use pip to install directly from

.. code-block:: console
$ pip3 install -e git://github.com/locustio/locust.git@master#egg=locustio
$ pip3 install -e git://github.com/locustio/locust.git@master#egg=locust
Once Locust is installed, a **locust** command should be available in your shell. (if you're not using
virtualenv-which you should-make sure your python script directory is on your path).
Expand All @@ -33,7 +33,7 @@ Locust is supported on Python 3.6, 3.7 and 3.8.
Installing Locust on Windows
----------------------------

On Windows, running ``pip install locustio`` *should* work.
On Windows, running ``pip install locust`` *should* work.

However, if it doesn't, chances are that it can be fixed by first installing
the pre built binary packages for pyzmq, gevent and greenlet.
Expand All @@ -47,7 +47,7 @@ When you've downloaded a pre-built ``.whl`` file, you can install it with:
$ pip install name-of-file.whl
Once you've done that you should be able to just ``pip install locustio``.
Once you've done that you should be able to just ``pip install locust``.

.. note::

Expand Down

0 comments on commit 8388fac

Please sign in to comment.