Skip to content

Commit 9f6b064

Browse files
committed
tweak deps.sh
1 parent ddb967a commit 9f6b064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cd "$build/unicorn/bindings/python" && sudo make install
5555
which ldconfig &>/dev/null && sudo ldconfig
5656

5757
echo
58-
echo "All done! Don't forget to `sudo pip install coding`, or use a virtualenv if you're hip with that."
58+
echo "All done!"
5959
echo
6060
echo -n "Testing Python import: "
61-
python -c "import capstone, keystone, unicorn; print 'works.'"
61+
python -c "import capstone, keystone, unicorn; capstone.CS_ARCH_X86, unicorn.UC_ARCH_X86, keystone.KS_ARCH_X86; print 'works.'"

0 commit comments

Comments
 (0)