The main tool can be customized with the `config` file. See [Customizing the tool](#customizing-the-tool) for more information.
@@ -39,26 +39,47 @@ Should work with `python >= 3.9`. Feel free to try for lower versions.
## Installation
### Creating a virtual environment
Using a virtual enviroment is recommended to execute this tool:
```bash
cd DIR_GALAssify
python -m venv .env
source .env/bin/activate
```
Now, you can choose installing `GALAssify` by using [PIP](#installing-from-pip) or by cloning this repository for [installing from source](#installing-from-source).
### Installing from PIP
Install and update using [pip](https://pip.pypa.io/en/stable/getting-started/):
- For install with [pyds9](https://github.com/ericmandel/pyds9) support: