Commit 3cc29457 authored by jlaura's avatar jlaura
Browse files

Merge pull request #113 from acpaquette/installation

Updated the installation instructions for anaconda and AutoCnet
parents dc8d5908 edfe2a51
Loading
Loading
Loading
Loading
+34 −1
Original line number Diff line number Diff line
@@ -4,4 +4,37 @@
Install AutoCNet
================

TODO
 No newline at end of file

Download and setup:
-------------------
(**While these steps are not necessary, it is highly recommended that you follow them.**)

Begin by accessing the Anaconda download website at:

- https://www.continuum.io/downloads.

Choose the appropriate version for your system, this will be the linux version if you are on Fedora. Next, follow the instructions on Anacondas website for installation onto your system.

After the installer has finished, it will ask to prepend the path to your .bashrc file. You'll want to say yes as this is necessary for the rest of the installation process.
If you don't you will need to access your .bashrc file and add:

- export PATH="(path to anaconda file)/anaconda3/bin:$PATH"

Replacing the (path to anaconda) with the appropriate directory sequence that points to the anaconda3 file.

Next, create and activate a new conda environment using these commands::

    $conda create --name enter environment name
    $source activate environment name

After that finishes you'll have the base setup for a new Anaconda environment that can contain AutoCnet.

Installing AutoCnet:
--------------------
To start enter::

    $ placeholder command

This command accesses a binstar that holds the Autocnet package along with all of the other packages that AutoCnet uses.

When it finishes downloading, you have installed AutoCnet and setup your anaconda environment.
 No newline at end of file