Skip to content

Commit

Permalink
basic install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Dec 1, 2022
1 parent eab98e2 commit 4db5a69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@
[![codecov](https://codecov.io/gh/ianhi/raman-analysis/branch/main/graph/badge.svg)](https://codecov.io/gh/ianhi/raman-analysis)

Analysis of raman spectra

### Installation:

Use the `micro-analysis` environment from ianhi.github.io/envs:

```
mamba env create --force --file https://ianhi.github.io/envs/envs/micro-analysis-no-vim.yaml
conda activate micro-analysis
pre-commit install
pip install -e .
```

0 comments on commit 4db5a69

Please sign in to comment.