From b65223d630789958de238f1d217fff8a022c5c67 Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Mon, 13 Apr 2015 17:30:58 -0400 Subject: Updated installation docs --- INSTALL.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 INSTALL.rst (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst new file mode 100644 index 0000000..eea013b --- /dev/null +++ b/INSTALL.rst @@ -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 -- cgit v1.2.1