Skip to content

Commit

Permalink
Merge pull request #61 from h2020charisma/conda-dev
Browse files Browse the repository at this point in the history
conda: add rc2 from git env
  • Loading branch information
kerberizer authored Nov 14, 2024
2 parents 598fb5f + f73056b commit 04fa98b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ conda activate oranchada
pip install -e .
```

To develop or test with the latest [ramanchada2](https://github.com/h2020charisma/ramanchada2) from Git, an alternative conda environment is also provided for convenience:

```
conda env create -f environment-dev.yml
```

### Python venv

Expand Down
13 changes: 13 additions & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: oranchada-dev
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- orange3
- pyqt
- pip
- pip:
- git+https://github.com/h2020charisma/ramanchada2.git
- -e .

0 comments on commit 04fa98b

Please sign in to comment.