Skip to content

Commit b577aff

Browse files
committed
make changes discussed in PR 85
1 parent 562a7e7 commit b577aff

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

libheap/install

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/bin/bash
22

3-
git clone https://github.com/cloudburst/libheap
4-
53
# move to ctftools virtual env
6-
source ${VIRTUALENVWRAPPER_SCRIPT}
7-
workon ctftools
4+
source ctf-tools-venv-activate
85

9-
cd libheap
10-
python setup.py install
6+
git clone --depth 1 https://github.com/cloudburst/libheap
7+
pip install -e libheap

0 commit comments

Comments
 (0)