Skip to content

Commit

Permalink
Merge pull request #130 from openkinome/doc_files
Browse files Browse the repository at this point in the history
added _build for website docs
  • Loading branch information
AndreaVolkamer authored Jan 3, 2024
2 parents b4d1942 + 39773d3 commit 9169461
Show file tree
Hide file tree
Showing 404 changed files with 247,011 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ Please be aware that this code is work in progress and is not guaranteed to prov

### Installation


KinoML and its dependencies can be installed via conda/mamba.

```
mamba create -n kinoml --no-default-packages
mamba env update -n kinoml -f https://raw.githubusercontent.com/openkinome/kinoml/master/devtools/conda-envs/test_env.yaml
conda activate kinoml
pip install https://github.com/openkinome/kinoml/archive/master.tar.gz
git clone https://github.com/openkinome/kinoml.git # clone the repo
cd kinoml # change directory to local copy of repo
mamba env create -n kinoml -f devtools/conda-envs/test_env.yaml
conda activate kinoml
python -m pip install git+https://github.com/openkinome/kinoml.git
```

### Usage
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/_build/doctrees/api/kinoml/index.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/api/kinoml/ml/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_build/doctrees/index.doctree
Binary file not shown.
Loading

0 comments on commit 9169461

Please sign in to comment.