Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cvalenzu committed Dec 17, 2016
1 parent 40df2f7 commit c8eab25
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Advanced Computing for Astronomy Library (ACALib)
[**Advanced Computing for Astronomy Library (ACALib)**](http://acalib.readthedocs.io/) is a package with state of the art Algorithms for Astronomers.

It is intended to have a simple interface and compatibility with Jupyter Notebooks.

# Documentation and Examples
The lastest documentation can be found in [here](http://acalib.readthedocs.io/). And we have some **Jupyter Notebooks** examples in [here](https://github.com/ChileanVirtualObservatory/notebooks).

# Installation

To install ACALIB just clone this repository and run:
```
python setup.py build install
```
or install using **pip**
```
pip install acalib
```



0 comments on commit c8eab25

Please sign in to comment.