Last active
July 9, 2020 02:53
-
-
Save leogao2/58a380b2e91cf7bc9bdce0f1d52945ee to your computer and use it in GitHub Desktop.
all the stuff needed to make cc_net work on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libboost-all-dev cmake libeigen3-dev liblzma-dev unzip python3.7 | |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | |
python3.7 get-pip.py | |
echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment