#184 Added missing doc when setting up the env
Merged 7 years ago by lmacken. Opened 7 years ago by skrzepto.
skrzepto/fedora-hubs develop  into  develop

file modified
+6 -1
@@ -16,7 +16,7 @@ 

  =======

  Install fedora dependencies::

  

-     $ sudo dnf install gcc gcc-c++ sqlite-devel libffi-devel openssl-devel

+     $ sudo dnf install gcc gcc-c++ sqlite-devel libffi-devel openssl-devel redhat-rpm-config

  

  Hubs should work on either python2 **or** python3.  These instructions will

  show the way for python2 only, though.
@@ -38,6 +38,11 @@ 

  environment that you *made* last time.  (The ``mk`` in

  ``mkvirtualenv`` stands for "make".)

  

+ Now we need to pull the project and change our working directory::

+ 

+     $ git clone https://pagure.io/fedora-hubs.git

+     $ cd ./fedora-hubs

+ 

  OK -- with that done, now install the dependencies from PyPI::

  

      $ pip install -r requirements.txt

Added section about cloning repository, and also solution for missing redhat-hardened-cc1 when you try to install the requirements

We can probably just add redhat-rpm-config to the Install fedora dependencies section above.

I think that will be a cleaner approach let me update it.

1 new commit added

  • moved redhat-rpm-config to the install fedora section
7 years ago

Pull-Request has been merged by lmacken

7 years ago
Metadata