docs: move installation note

This commit is contained in:
Lars Holmberg 2024-09-26 11:00:17 +02:00
parent 9be6b63b5a
commit 63a6adf1aa
1 changed files with 4 additions and 5 deletions

View File

@ -3,6 +3,10 @@
Installation
============
.. note::
Check `Troubleshooting Installation`_ if you encounter issues.
0. `Install Python <https://docs.python-guide.org/starting/installation/>`_ (if you dont already have it)
1. Install Locust
@ -33,11 +37,6 @@ Using uvx (alternative)
$ uvx locust -V
locust |version| from /.../uv/.../locust (Python 3.12.5)
.. note::
Check `Troubleshooting Installation`_ if you encounter issues.
Done!
-----