Files
inception/doc/source/ic_user/examples.tex
Scott Daniels 4451cff7bc Initial push of doc and related files to repo.
Change-Id: I28871653dfe14f219c5fc140fc84a9a01e6fcda7
2013-09-17 10:49:55 -04:00

19 lines
660 B
TeX

\section{Installation examples}
The following commands illustrate how each of the necessary software packages can be installed.
Your milage may vary depending on wither your system uses \verb!apt-get, zypper,! or some other
package management software.
\small\begin{verbatim}
apt-get -y install python
apt-get -y install ipython
apt-get -y install pip
apt-get -y install sshuttle
pip install python-novaclient
pip install oslo.config
cd $HOME/repo # any writable directory should do
git clone https://github.com/stackforge/inception.git
( cd inception && python setup.py install )
\end{verbatim}\normalsize