Loading README.md +6 −2 Original line number Diff line number Diff line Loading @@ -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 . ``` Loading @@ -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 Loading Loading
README.md +6 −2 Original line number Diff line number Diff line Loading @@ -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 . ``` Loading @@ -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 Loading