Skip to content

Commit

Permalink
Merge pull request #2 from hidrarga/fix-install-documentation
Browse files Browse the repository at this point in the history
Fix install documentation
  • Loading branch information
Tharyrok authored Sep 28, 2019
2 parents b3c49c2 + 7288b9a commit 94b0bd2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,21 @@ It will setup a daily cron task that will automatically renew your certificate w

**Warning**: As it is used by the Yunohost app, do NOT rename or delete the script unless you know what you are doing.

## Requirements

Please refer to the [documentation of cryptography](https://cryptography.io/en/stable/installation/#building-cryptography-on-linux) python3 module for the software requirements.

For instance, on Debian / Ubuntu, you will need the following:
```bash
apt install python3-venv libssl-dev libffi-dev python3-dev
```

## Installation

```bash
git clone https://github.com/neutrinet/renew_cert
cd renew_cert
virtualenv ve
python3 -m venv ve
source ve/bin/activate
pip install -r requirements.txt
```
Expand Down

0 comments on commit 94b0bd2

Please sign in to comment.