summaryrefslogtreecommitdiff
path: root/doc/installation.rst
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 3.6Daniel Ziegenberg2022-12-061-1/+1
| | | | Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
* Updated documentation to use Pipenv instead of PoetrySybren A. Stüvel2020-06-121-3/+3
| | | | See commit d15a7f3 for the reason why.
* Moving back to Pipenv to manage dependenciesSybren A. Stüvel2020-06-111-0/+6
| | | | | | | | | | | | | Poetry breaks no-binary installations of the RSA library, which defeats the purpose of this library. See https://github.com/sybrenstuvel/python-rsa/issues/148 Among other changes, this reverts commit fcf5b7457c70426a242b17db20dd4e34e1055f69. I also added a workaround for an `ImportError` importing `zipp` on Python 3.5.
* Removed setup.py as this is now managed via PoetrySybren A. Stüvel2019-08-041-6/+0
| | | | | Poetry generates a setup.py as part of the building process. It's no longer necessary to keep it in the Git repo.
* Mentioned Poetry in the installation documentationSybren A. Stüvel2019-08-041-3/+4
|
* Drop support for Python 2 and 3.4Sybren A. Stüvel2019-08-041-12/+12
| | | | | | | | | | | | | Some of our development dependencies, like Sphinx, have already dropped support for Python 2. This makes it harder for this project to update its dependencies. Since Python 2 only has a few more months to live, I think it's fine to drop support now. Python 3.4 has already reached its end-of-life date. Python-RSA now only supports Python 3.5 and newer. Python 3.5 support is intended to last until its end-of-life date of 2019-09-13: https://devguide.python.org/#status-of-python-branches
* Fix typoHugo2018-01-241-1/+1
|
* Removed easy_install from installation documentationSybren A. Stüvel2017-04-101-8/+3
| | | | Also worded the use of 'sudo' a bit more carefully.
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-21/+14
| | | | | | Also: - changed http to https in the code - changed header underlines in the documentation to match the header length
* Updated installation instructionsSybren A. Stüvel2012-06-181-10/+13
|
* Tweaked unittests for Python 3.xSybren A. Stüvel2012-06-181-0/+1
|
* Added Tox to dev requirementsversion-3.1Sybren A. Stüvel2012-06-171-0/+1
|
* Much more documentationSybren A. Stüvel2011-08-011-3/+7
|
* More documentationSybren A. Stüvel2011-07-311-0/+40
|
* More documentationSybren A. Stüvel2011-07-301-0/+13