InstituteforDiseaseModeling / idmtools

https://docs.idmod.org/projects/idmtools/en/latest/
Other
4 stars 4 forks source link

Packages Status

Staging: idmtools-core Staging: idmtools-cli Staging: idmtools-models Staging: idmtools-platform-comps Staging: idmtools-platform-slurm Staging: idmtools-test

Other status

Dev: Rebuild documentation Lint

IDM Modeling Tools

Table of Contents

User Installation

Documentation is located at https://docs.idmod.org/projects/idmtools/en/latest/.

To build the documentation locally, do the following:

  1. Create and activate a venv.
  2. Navigate to the root directory of the repo and enter the following:

    pip install -r dev_scripts/package_requirements.txt
    pip install -r docs/requirements.txt
    python dev_scripts/bootstrap.py
    cd docs
    make html
  3. (Optional) To automatically serve the built docs locally in your browser, enter the following from the root directory:

    python dev_scripts/serve_docs.py

Recommended install

Advanced install

You can also install just the individual packages to create minimal environments:

Installing development/early release versions

Development versions are available through both IDM's pypi registry and through Github.

IDMOD's PyPI staging registry

If you have your authentication defined in your pip.conf or pip.ini file, you can use the following commands to install from staging:

Pre-requisites

Reporting issues

Include the following information in your post:

You can report an issue directly on GitHub or by emailing idmtools-issue@idmod.org. Please include steps to reproduce the issue

Requesting a feature

You can request a feature but opening a ticket on the repo or by emailing idmtools-feature@idmod.org

Development documentation

Gitpod ready-to-code

See DEVELOPMENT_README.md