diff options
| author | rsiddharth <s@ricketyspace.net> | 2017-12-01 13:23:13 +0000 | 
|---|---|---|
| committer | rsiddharth <s@ricketyspace.net> | 2017-12-01 13:23:13 +0000 | 
| commit | 49dad3392320ebb33aec04f53a508db58142c93e (patch) | |
| tree | 9a33824e24248050a48df8a66ff5490324ee1990 | |
| parent | b9ff551394a16a6adca022759239691f64fd568c (diff) | |
HACKING.rst: Updat file.
| -rw-r--r-- | HACKING.rst | 8 | 
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  ------------- | 
