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

README: Updated installing from source method

parent e330cb89
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -69,7 +69,11 @@ First, clone the repository:
git clone https://gloton.ugr.es/gitlab/lss/galassify.git
cd galassify
```
Then, install `GALAssify`:
Then, install `GALAssify` with [pyds9](https://github.com/ericmandel/pyds9) support:
```bash
pip install .[ds9]
```
or without it:
```bash
pip install .
```
@@ -87,7 +91,7 @@ To solve that, you can install it with the following commands:
- Debian / Ubuntu: `sudo apt-get install libxt-dev`
- Fedora: `sudo dnf install libXt-devel`

Then, run again: `pip install -r requirements.txt`
Then, try installing `GALAssify` again using you prefered method.

## Usage