Installation¶
Requirements¶
This package requires at least Python 3.9.
Installation¶
Install Arx Tools using pip:
pip install arx-tools
Verification¶
After installation, you can verify that the tools are available by running:
import_genome --help
This should display the help information for the import_genome command, confirming that the installation was successful.
Development Installation¶
If you want to install from source for development:
git clone https://github.com/Abrinca/arx-tools.git
cd arx-tools
pip install -e .
Dependencies¶
Arx Tools has minimal dependencies and should work with most Python environments. If you encounter any issues, ensure you have the latest version of pip:
pip install --upgrade pip