🚀 Install ChemUnited-Drive
ChemUnited-Drive is available on PyPI, so you can install it directly from the terminal.
Install from PyPI (recommended)
pip install Chemunited-drive
Install the latest development version (GitHub)
If you want the most recent changes that may not yet be published on PyPI, install directly from GitHub:
pip install git+https://https://github.com/automatedchemistry/chemunited-drive.git
💡 Tip
We recommend installing ChemUnited-Drive inside a virtual environment (venv/conda) to avoid conflicts with other Python packages.
We recommend installing ChemUnited-Drive inside a virtual environment (venv/conda) to avoid conflicts with other Python packages.
🔄 Updating ChemUnited-Drive
ChemUnited-Drive is under active development (e.g., new components and features are added over time). To update your installation, run:
pip install Chemunited-drive --upgrade