summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Erickson <chris-erickson@users.noreply.github.com>2015-06-21 08:19:46 -0500
committerChris Erickson <chris-erickson@users.noreply.github.com>2015-06-21 08:19:46 -0500
commit20f712ebb81da0084c5ba51463133a1867d2729a (patch)
treebccda0bb6ccf98cf22a282d087b17e0a1b261a6e /README.rst
parentbb80b3e779168cdb93295b44c73c44444153c66d (diff)
downloadpy-bcrypt-git-20f712ebb81da0084c5ba51463133a1867d2729a.tar.gz
Update badge and system package requirements
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 0e3b128..37bb482 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
bcrypt
======
-.. image:: https://img.shields.io/pypi/v/nine.svg
+.. image:: https://img.shields.io/pypi/v/bcrypt.svg
:target: https://pypi.python.org/pypi/bcrypt/
:alt: Latest Version
@@ -26,13 +26,13 @@ For Debian and Ubuntu, the following command will ensure that the required depen
.. code:: bash
- $ sudo apt-get install build-essential libssl-dev libffi-dev python-dev
+ $ sudo apt-get install build-essential libffi-dev python-dev
For Fedora and RHEL-derivatives, the following command will ensure that the required dependencies are installed:
.. code:: bash
- $ sudo yum install gcc libffi-devel python-devel openssl-devel
+ $ sudo yum install gcc libffi-devel python-devel
Usage
-----