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

Updated installation instructions in README.md

parent 3f3dd82d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -53,9 +53,9 @@ python -m venv .env
source .env/bin/activate
```

Install requirements:
Install `GALAssify`:
```bash
pip install -r requirements.txt
pip install .
```

 **NOTE:** The installation could fail with the next message if the package `libxt-dev` is not found in your OS:
@@ -76,17 +76,17 @@ Then, run again: `pip install -r requirements.txt`

To run the included example, execute the following command on the installation directory (with the activated enviroment):
```python
python galassify.py -i files/galaxies.csv -s files/output.csv -p img/ 
galassify -i files/galaxies.csv -s files/output.csv -p img/ 
```

For the main tool check:
```python
python galassify.py --help
galassify --help
```

For helper tools check:
```python
python get_images_sdss.py --help
get_images_sdss --help
```

## Input data