source: trunk/anuga_core/INSTALL.rst @ 9679

Last change on this file since 9679 was 9635, checked in by steve, 10 years ago

Adding in some extra doc files

File size: 688 bytes
RevLine 
[9627]1
2
3Installation
4============
5
6.. contents::
7
8Introduction
9------------
10
[9635]11AnuGA is a python package with some C extensions (and an optional fortran
12extension). At present AnuGA has not been transported to python 3.
13We recommend using python 2.7.
[9627]14
[9635]15If you have a python 2.7 environment with gcc and gfortran support,
16then you can use easy_install to install the latest release
17version of AnuGA.
[9627]18
19
20Python Environment
21------------------
22
[9635]23A safe way to install AnuGA is to use a separate python environment
24to isolate it from the rest of your system. Miniconda provides such
25an environment.
[9627]26
27
28
29Easy Install
30------------
31
32Pip Install
33-----------
34
35Install from Source
36-------------------
37
Note: See TracBrowser for help on using the repository browser.