Skip to content

Commit

Permalink
added installation instructions as suggested by Ivan
Browse files Browse the repository at this point in the history
  • Loading branch information
raquellrios committed Jan 2, 2024
1 parent 32d0217 commit 39773d3
Showing 1 changed file with 6 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

0 comments on commit 39773d3

Please sign in to comment.