summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HACKING.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/HACKING.rst b/HACKING.rst
index e9f985d..2d2777a 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -8,17 +8,15 @@ Setting up the environment
First setup virtual environment::
- cd markdown-link-style
- virtualenv --python=python3.5 .
+ ./venv.sh
Activate virtual environment::
source bin/activate
-Install dependencies::
+Setup development environment::
- pip install -r requirements.txt
- python setup develop
+ ./bootstrap.sh
Running tests
-------------