Skip to content

Commit

Permalink
Update README to point to the PyPI-published dist
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 18, 2018
1 parent c89778b commit 15f9338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation on Ubuntu:
$ sudo apt-get install python-dev python-pip python-virtualenv
$ virtualenv env/
$ . env/bin/activate
$ pip install opencanary[rdp,snmp,remote-logging] # rdp, snmp and remote-logging are optional extras
$ pip install patron-it-opencanary[rdp,snmp,remote-logging] # rdp, snmp and remote-logging are optional extras
```

Ubuntu users installing rdpy should run the following before installing OpenCanary:
Expand Down Expand Up @@ -53,7 +53,7 @@ $ env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/usr/local/opt/openssl/lib" CFLAGS="-I

Now installation can run as usual:
```
$ pip install opencanary[rdp,snmp]
$ pip install patron-it-opencanary[rdp,snmp]
```

To install from source, instead of running pip do the following:
Expand Down

0 comments on commit 15f9338

Please sign in to comment.