Commit 0fe5ba30 authored by Manuel Luis Alcazar Laynez's avatar Manuel Luis Alcazar Laynez
Browse files

Removed currently moved files

parent 5b3ab0c9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

**A tool to manually classify galaxies**

<img src="instructions/GALAssify.png" alt="galassyfy_default" height="700px">
<img src="doc/instructions/GALAssify.png" alt="galassyfy_default" height="700px">

We also provide help tools to:
- Download images from SDSS.
@@ -54,19 +54,19 @@ Install and update using [pip](https://pip.pypa.io/en/stable/getting-started/):

- For install with [pyds9](https://github.com/ericmandel/pyds9) support:
```
$ pip install "galassify[ds9] @ git+https://gloton.ugr.es/gitlab/lss/galassify.git"
$ pip install "galassify[ds9] @ git+https://gitlab.com/astrogal/GALAssify.git"
```

- For standard installation:
```
$ pip install git+https://gloton.ugr.es/gitlab/lss/galassify.git
$ pip install git+https://gitlab.com/astrogal/GALAssify.git
```

### Installing from source

First, clone the repository:
```bash
git clone https://gloton.ugr.es/gitlab/lss/galassify.git
git clone https://gitlab.com/astrogal/GALAssify.git
cd galassify
```
Then, install `GALAssify` with [pyds9](https://github.com/ericmandel/pyds9) support:
Loading