Skip to content

Commit

Permalink
docs: dependency on gcc + python-dev (fixes #53)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmy committed Mar 5, 2017
1 parent 232bf60 commit 061a3c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ unsupported.
3. Create the virtualenv (call it "devel"): virtualenv devel
4. Acivate the "devel" virtualenv: source devel/bin/activate
5. Install dependencies: pip install -r requirements.txt
(Note: Requires a C compiler and the python development headers.
Debian: apt-get install python-dev build-essential
OpenSuSE: zypper in -t pattern devel_C_C++ devel_python)

6. Install dev dependencies: pip install -r requirements-dev.txt
7. Optional: Install the locale packages for de_DE.UTF-8
8. Put a temporary key into mos/settings/secret_key.py (SECRET_KEY='bla')
Expand Down

0 comments on commit 061a3c0

Please sign in to comment.