Skip to content

Commit 855bfdd

Browse files
authored
need to run command as root user
add sudo to lines 32 & 33
1 parent cbc4db9 commit 855bfdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/tigergraph/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ $ sudo pip install --upgrade virtualenv
2929
$ sudo pip install tornado
3030
$ sudo pip install neo4j-driver
3131
$ sudo pip install requests
32-
$ apt-get install libcurl4-openssl-dev
33-
$ apt-get install libssl-dev
32+
$ sudo apt-get install libcurl4-openssl-dev
33+
$ sudo apt-get install libssl-dev
3434
$ sudo pip install pycurl
3535

3636

0 commit comments

Comments
 (0)