Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions INSTALL

This file was deleted.

19 changes: 19 additions & 0 deletions INSTALL.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Installation
============

To install pyOpenSSL::

$ pip install pyopenssl

If you are installing in order to *develop* on pyOpenSSL, move to the root directory of a pyOpenSSL checkout, and run::

$ pip install -e .


Documentation
=============

The documentation is written in reStructuredText and built using Sphinx::

$ cd doc
$ make html
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include LICENSE ChangeLog INSTALL README TODO MANIFEST.in OpenSSL/RATIONALE
include LICENSE ChangeLog INSTALL.rst README TODO MANIFEST.in OpenSSL/RATIONALE
recursive-include doc *
recursive-include examples *
recursive-include rpm *
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pyOpenSSL - A Python wrapper around the OpenSSL library
------------------------------------------------------------------------------

See the file INSTALL for installation instructions.
See the file INSTALL.rst for installation instructions.

See https://github.com/pyca/pyopenssl for development.

Expand Down