- Clone the repository:
git clone https://github.com/CRXKXWYI49/H20-xROSITA-Catalog-Matching cd H20-xROSITA-Catalog-Matching
- Create and activate the conda environment:
conda env create -f environment.yml conda activate H20-xROSITA-Catalog-Matching
- Install any additional dependencies:
If there are any additional dependencies not covered in the
environment.yml
file, install them using:conda install <package-name>
- Activate the conda environment:
If not already activated, you can activate the conda environment with:
conda activate H20-xROSITA-Catalog-Matching
- Run the code:
To run the main script or any other scripts, use:
python main.py
- Deactivate the conda environment:
After running your code, you can deactivate the environment with:
conda deactivate
Distributed under the GNU License. See LICENSE
for more information.
Your Name - [email protected] Project Link: https://github.com/your-username/your-repo