Skip to content

Instantly share code, notes, and snippets.

@leogao2
Last active July 9, 2020 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leogao2/58a380b2e91cf7bc9bdce0f1d52945ee to your computer and use it in GitHub Desktop.
Save leogao2/58a380b2e91cf7bc9bdce0f1d52945ee to your computer and use it in GitHub Desktop.
all the stuff needed to make cc_net work on ubuntu
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