From 49dad3392320ebb33aec04f53a508db58142c93e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 1 Dec 2017 13:23:13 +0000 Subject: HACKING.rst: Updat file. --- HACKING.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'HACKING.rst') 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 ------------- -- cgit v1.2.3