Lars Holmberg
63a6adf1aa
docs: move installation note
2024-09-26 11:00:17 +02:00
Lars Holmberg
9be6b63b5a
remove extra header in docs
2024-09-26 10:58:32 +02:00
Lars Holmberg
36e4f31ab6
docs: mark uvx install as "alternative"
2024-09-26 10:45:09 +02:00
Lars Holmberg
169a62be5b
docs fixes
2024-08-30 11:38:30 +02:00
Lars Holmberg
cca42e1844
Document use with uvx
2024-08-30 11:32:16 +02:00
Lars Holmberg
d5b0cd1d5c
Document installation with uvx
2024-08-30 10:50:23 +02:00
Sam
8f04a6bcd1
Docs: Import wiki to docs ( #2734 )
...
* Straight pandoc migration, no edits
* Minimum edits for the docs to build
- added imports to TOC
- deleted Home.rst
- removed spurious html formatting `li`, `h4` etc
- fixed H1s
Still to do
- rename files
- actually look at content :-p
* Blog post links live in ther forum now
* Move imported files to lowercase, update wiki links to docs links
* Move troubleshooting into installation
* Break out increasing request rate
* Remove duped content
* Remove duped content
* Codespell fixes
* Misc review feedback and fixes
* Just nuke it
* Fix line breaks
* This aint the wiki youre looking for
2024-06-07 11:48:47 +02:00
Lars Holmberg
73a7e1ade2
update doc
2024-04-18 09:16:59 +02:00
Lars Holmberg
7d7033e734
Revert "document argcomplete system"
...
This reverts commit 4a8bc2950e
.
2023-10-26 11:58:18 +02:00
David Baumgold
4a8bc2950e
document argcomplete system
2023-10-15 19:02:30 +02:00
Lars Holmberg
2cde086ea3
Update minimum python version in documentation
2023-10-05 23:44:55 +02:00
Lars Holmberg
cd95911c83
additional doc fixes
2022-10-16 21:55:22 +02:00
Lars Holmberg
61b9a549fc
fix doc formatting errors
2022-10-16 21:47:56 +02:00
Lars Holmberg
d0321abe99
Clarify documentation a little.
2022-10-16 21:42:32 +02:00
Lars Holmberg
ab7de9aeda
locust -V output: Include 'locust' folder in path
2022-09-23 13:23:24 +02:00
Lars Holmberg
c471d9f205
update docs for new version string format
2022-09-23 11:59:54 +02:00
Xavier Sosnovsky
8b26da2444
Minor edits to the documentation
2022-07-23 17:13:30 +02:00
Lars Holmberg
bd9253d2e8
Drop support for Python 3.6
2022-04-26 09:08:07 +02:00
Lars Holmberg
33dc62b985
Rework installation doc page.
2022-01-24 08:18:55 +01:00
Lars Holmberg
63aec6f5cb
Update documentation about dev builds
2021-08-10 13:17:28 +02:00
Lars Holmberg
3e18e34492
Update documentation. Change wording (no need to repeat the word "spawned")
2021-08-01 00:44:58 +02:00
Lars Holmberg
b17da040f3
Various documentation improvements, including a better "hello world" example to get people started. Added Sphinx Substitution Extension in order to be able to add dynamic stuff (version number) into the documentation.
2021-07-27 13:14:55 +02:00
Lars Holmberg
f328c41094
Major rework of documentation & many small fixes
2020-08-18 18:58:02 +02:00
Lars Holmberg
d5c3b51b92
Moved all install issues to wiki instead of main documentation.
...
Remove notice about bad performance on windows. Supposedly libuv (which has been the default on windows for a while) has good performance on windows (http://www.gevent.org/loop_impls.html )
2020-08-17 19:44:26 +02:00
Lars Holmberg
0fc8c552aa
Reorganize installation instructions a little. Suggest running -V instead of --help for less wall of text for the first time user.
2020-08-15 21:14:48 +02:00
Lars Holmberg
729c370e71
Fix the link from installation to quickstart
2020-08-15 20:29:52 +02:00
Lars Holmberg
4ba50b0933
Further update installation instructions (note to self: never try to write rst documentation without validating :)
2020-08-15 20:17:21 +02:00
Lars Holmberg
c8df80f918
Update installation instructions
2020-08-15 19:52:35 +02:00
Lars Holmberg
8388faca0e
Update some documentation references from package name locustio to locust
2020-06-21 19:51:36 +02:00
Lars Holmberg
d595ffe245
I found some "strange" dash characters in the documentation. Changed them into ordinary ones, in an attempt to fix #1391
2020-05-29 09:11:20 +02:00
Jonatan Heyman
c4fcd0e37e
Remove deprecated info about installing libev on macOS
2020-02-27 17:30:28 +01:00
Lars Holmberg
9aedf98bab
Give error during installation on unsupported (pre 3.6) Python versions. Future releases will just not show support for these versions (so they wont be installed by pip), but this way we can show users what to do instead of just giving them an old package.
2020-01-24 09:49:49 +01:00
Lars Holmberg
6f946dc504
Various small documentation fixes. Add entry about --stop-timeout.
2019-12-20 12:51:26 +01:00
Jon Dufresne
a3bf4eb40b
Add Python 3.8 to the test matrix
...
Python 3.8 was released on October 14th, 2019.
2019-10-19 15:07:00 -07:00
Corey Goldberg
1fce0a8d16
drop Python 3.4 support
2019-09-05 11:05:47 -04:00
Corey Goldberg
2ba8e44247
add Python 3.7 as supported version ( #885 )
...
* add Python3.7 as supported version
* no need to explicitly exclude ez_setup
2018-09-20 16:06:17 -04:00
Corey Goldberg
55cae6a8b8
fix newline
2018-07-31 10:02:50 -04:00
Corey Goldberg
a44de24bf2
fix doc links
2018-07-31 10:00:55 -04:00
Corey Goldberg
f7be2639fa
updated installation instructions in docs
2018-07-31 09:50:37 -04:00
ps-george
ba6e055865
Drop Python 3.3 support ( #804 )
...
* Removing py33 from tox; no longer supported by TravisCI
* Removing py33 from Travis conf; no longer supported
* Change unsupported wsgi to pywsgi
* Remove reference to Python 3.3, no longer supported.
2018-05-28 10:18:40 -04:00
Joar Wandborg
4bc0f177b8
docs: Syntax highlight code and commands
2018-05-18 14:05:10 +02:00
Jonatan Heyman
e25eae8ea8
Better installation instructions for Windows
2017-09-19 19:34:52 +02:00
Jonatan Heyman
f772a8033b
Better installation instructions for Windows
2017-09-19 19:21:08 +02:00
Jonatan Heyman
6fb55418b9
Removed ZeroMQ installation instructions, since it's now a hard dependency and should get installed automatically
2017-09-19 13:02:10 +02:00
Jonatan Heyman
1ca1729730
Removed easy_install installation instruction
2017-09-19 13:01:12 +02:00
Mark Beacom
d68af3c552
Modify gevent wsgi and libev dependencies
2017-09-08 03:22:18 -04:00
mirskiy
6fd473206b
Update installation doc with supported py versions ( #547 )
2017-02-21 10:55:56 -05:00
Nicolas Delaby
33a9a1a7da
seems sane to not support py26 anymore ( #515 )
2017-01-25 16:27:52 -05:00
Jonatan Heyman
a04a7598b2
Removed reference to old gevent version
2016-10-05 15:27:21 +02:00
Greg Ward
7fec01a1d4
Use Unicode em-dashes (u+2014).
...
The traditional way to indicate an em-dash in typewritten English is
" -- ", but I think Unicode has been around long enough that this is
safe.
2015-11-19 12:21:33 -05:00