Installation¶
Prerequisites¶
Before installing Qubx, ensure you have the following:
- Python 3.8 or higher
- pip (Python package installer)
- Git (for installation from source)
Installation Methods¶
Using pip¶
The simplest way to install Qubx is using pip:
pip install qubx
From Source¶
TODO
Verifying Installation¶
To verify that Qubx has been installed correctly:
import qubx
print(qubx.__version__)
Troubleshooting¶
If you encounter issues during installation:
- Ensure you have the latest version of pip:
pip install --upgrade pip
- Check that you meet all the prerequisites
- For dependency conflicts, try installing in a fresh virtual environment
- For more help, check the GitHub issues or create a new issue