summaryrefslogtreecommitdiffstats
path: root/HACKING.rst
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-12-01 13:23:13 +0000
committerrsiddharth <s@ricketyspace.net>2017-12-01 13:23:13 +0000
commit49dad3392320ebb33aec04f53a508db58142c93e (patch)
tree9a33824e24248050a48df8a66ff5490324ee1990 /HACKING.rst
parentb9ff551394a16a6adca022759239691f64fd568c (diff)
HACKING.rst: Updat file.
Diffstat (limited to 'HACKING.rst')
-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
-------------