Skip to content

Commit

Permalink
Merge pull request #32 from keitaroinc/add-rust-dependency
Browse files Browse the repository at this point in the history
Add rust and cargo to readme as dependencies to build cryptography
  • Loading branch information
blazhovsky authored Feb 11, 2021
2 parents 5de9ad2 + 717a98d commit 99db983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ To install ckanext-saml2auth:

4. Install the python modules required by the extension (adjusting the path according to where ckanext-saml2auth was installed in the previous step)::

# rustc and cargo are neeeded to build cryptography if no binary wheel exists
sudo apt install rustc cargo
pip install -r requirements.txt

5. Add ``saml2auth`` to the ``ckan.plugins`` setting in your CKAN
Expand Down

0 comments on commit 99db983

Please sign in to comment.