Fix README flaws

This commit is contained in:
Sean Whalen
2018-02-05 21:26:22 -05:00
parent 365367e1a9
commit 57de6d06f1
2 changed files with 35 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ provide only the message headers, and not the message's content, for privacy
reasons.
Installation
------------
============
``parsedmarc`` works with Python 2 or 3, but Python 3 is preferred.
@@ -153,7 +153,7 @@ On Debian or Ubuntu systems, run:
Python 3 installers for Windows and macOS can be found at https://www.python.org/downloads/
To install or upgrade to the latest stable release of ``checkdmarc`` on macOS or Linux, run
To install or upgrade to the latest stable release of ``parsedmarc`` on macOS or Linux, run
.. code-block:: bash
@@ -163,7 +163,7 @@ Or, install the latest development release directly from GitHub:
.. code-block:: bash
$ sudo -H pip3 install -U git+https://github.com/domainaware/checkdmarc.git
$ sudo -H pip3 install -U git+https://github.com/domainaware/parsedmarc.git
.. note::

View File

@@ -4,7 +4,7 @@
contain the root `toctree` directive.
Welcome to parsedmarc's documentation!
=======================================
======================================
|Build Status|
@@ -151,6 +151,37 @@ Please report bugs on the GitHub issue tracker
https://github.com/domainaware/parsedmarc/issues
Installation
============
``parsedmarc`` works with Python 2 or 3, but Python 3 is preferred.
On Debian or Ubuntu systems, run:
.. code-block:: bash
$ sudo apt-get install python3-pip
Python 3 installers for Windows and macOS can be found at https://www.python.org/downloads/
To install or upgrade to the latest stable release of ``parsedmarc`` on macOS or Linux, run
.. code-block:: bash
$ sudo -H pip3 install -U checkdmarc
Or, install the latest development release directly from GitHub:
.. code-block:: bash
$ sudo -H pip3 install -U git+https://github.com/domainaware/parsedmarc.git
.. note::
On Windows, ``pip3`` is ``pip``, even with Python 3. So on Windows, simply
substitute ``pip`` as an administrator in place of ``sudo pip3``, in the above commands.
API
===