Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Feb 19, 2017
1 parent d2df5ca commit 402a724
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.rst
Expand Up @@ -97,7 +97,10 @@ For example, if you have Python 3.5 on a 64-bit version of Windows, you
should download `bsddb3‑6.2.1‑cp35‑cp35m‑win_amd64.whl`.

After you download the wheel, install it and you're good to go:
`pip install bsddb3‑6.2.1‑cp35‑cp35m‑win_amd64.whl`

.. sourcecode :: bash
pip install bsddb3‑6.2.1‑cp35‑cp35m‑win_amd64.whl
License conflicts
*****************
Expand All @@ -109,7 +112,10 @@ of the AGPL3 license, you'll have to install an ealier version of BSD-DB
(anything between 4.8.30 and 5.x should be fine). If you are happy to use this
project under AGPL3 (or if you have a commercial license for BSD-DB), set the
following environment variable before attempting to install BSD-DB:
`YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION=1`.

.. sourcecode :: bash
YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION=1
Usage
Expand Down

0 comments on commit 402a724

Please sign in to comment.