Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
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: