Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Quick install script for MXNet with Python on Ubuntu. Fixing few broken links and header renaming #3560

Merged
merged 2 commits into from
Oct 18, 2016
Merged

Quick install script for MXNet with Python on Ubuntu. Fixing few broken links and header renaming #3560

merged 2 commits into from
Oct 18, 2016

Conversation

sandeep-krishnamurthy
Copy link
Contributor

Quick install script

  • Added quick install script for Ubuntu 12 +.
  • Updated setup documentation accordingly.
  • With this customers will be able to set up MXNet for Python on Ubuntu in less than 5 commands greatly enhancing user experience.

Minor docs changes

  • Fixing few broken links
  • Renaming few sections in tutorials and architecture to make it more clear for users.
  • Renaming few sections in how_to

sudo apt-get install -y build-essential libatlas-base-dev libopencv-dev

echo "Installing MXNet core. This can take few minutes..."
cd ~/MXNet/mxnet/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no clone here?

cd python; sudo python setup.py install

echo "Adding MXNet path to your ~/.bashrc file"
echo "export PYTHONPATH=~/MXNet/mxnet/python" >> ~/.bashrc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also export to current shell

@piiswrong piiswrong merged commit cd86d5e into apache:master Oct 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants