Skip to content

Commit e829ae1

Browse files
authored
Update Setup
Added sudo to lines 32 and 33.
1 parent ea7c825 commit e829ae1

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)