Skip to content

Commit

Permalink
Minor rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Mar 3, 2020
1 parent bd58d2b commit 79da4fc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/quick-guide.md
Expand Up @@ -31,15 +31,20 @@ python setup.py install

# Installation with conda

If you have conda package manager you can install lbsntransform dependencies, OS independent, with the `environment.yml` that is available in the lbsntransform repository:
If you have conda package manager, you can install lbsntransform dependencies
with the `environment.yml` that is available in the lbsntransform repository.
This approach is OS independent.

1. Create a conda env using `environment.yml`

```bash
git clone https://github.com/Sieboldianus/lbsntransform.git
cd lbsntransform
conda env create -f environment.yml
```

..and then install lbsntransform directly:
2. Install lbsntransform without dependencies

```bash
conda activate lbsntransform
python setup.py install --no-deps
Expand Down

0 comments on commit 79da4fc

Please sign in to comment.