Skip to content

Commit

Permalink
conda doc template
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Oct 15, 2015
1 parent 4bc1119 commit f8c1090
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/install_conda_windows.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Install checklist on a Windows system with conda
================================================

This is a template for Johannes

1. Install conda
----------------

Do this and this


2. git and GitHub
--------------------

We need git::

$ sudo apt-get install git
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

And we need to get a SSH key for not having to retype a password all the time.
Details: https://help.github.com/articles/generating-ssh-keys/

Once you added the key to GitHub, clone the repository where you want::

$ git clone https://github.com/OGGM/oggm


X. Python Packages
------------------

Be sure to be on the working environment::

$ activate oggm


5. Testing
----------

It's easier with nose::

$ conda install nose

And in oggm's root directory::

$ nosetests

0 comments on commit f8c1090

Please sign in to comment.