Installation
Requirements
Python >= 3.8
IPython >= 7.0
Must be running on a Hubzero environment with
SESSIONandSESSIONDIRenvironment variables set
Installing from PyPI
The recommended way to install nanohub-dash is via pip:
pip install nanohub-dash
Installing from Source
You can also install directly from the GitHub repository:
pip install git+https://github.com/denphi/nanohub-dash.git
For development, clone the repository and install in editable mode:
git clone https://github.com/denphi/nanohub-dash.git
cd nanohub-dash
pip install -e .
Verifying Installation
After installation, you can verify that the package is installed correctly:
import nanohubdash
print(nanohubdash.__version__)
Or check that the command-line tool is available:
start_dash --help