Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 8ca9203

Browse files
committed
Merge pull request #342 from abonas/fixREADME
Updated Fedora instructions and other README tweaks
2 parents 0a4f90f + 85dea5e commit 8ca9203

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# If you're submitting a patch, please add your name here in alphabetical order
33
# as part of the patch.
44

5+
Alissa Bonas <[email protected]>
56
Allard Hoeve <[email protected]>
67
Anastas Semenov <[email protected]>
78
Anastas Semenov <[email protected]>

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,9 @@ sudo pip install .
354354
355355
#### On Red Hat-based systems:
356356
357+
Install the required dependencies:
357358
```
358-
sudo yum install python-devel libevent-devel python-pip openssl-devel
359+
sudo yum install python-devel libevent-devel python-pip openssl-devel libffi-devel gcc xz-devel
359360
```
360361
361362
NOTE: On RHEL and CentOS you will need the
@@ -430,9 +431,15 @@ dotcloud create myregistry
430431
dotcloud push
431432
```
432433
433-
434434
Run tests
435435
---------
436+
Make sure you have git installed. If not:
437+
438+
Fedora/RHEL/CentOS :
439+
440+
```
441+
sudo yum install git
442+
```
436443
437444
If you want to submit a pull request, please run the unit tests using tox
438445
before submitting anything to the repos:

0 commit comments

Comments
 (0)