Loading README.md +5 −5 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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 Loading Loading
README.md +5 −5 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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 Loading