Skip to content

Commit

Permalink
conda: add rc2 git master env
Browse files Browse the repository at this point in the history
  • Loading branch information
kerberizer committed Nov 7, 2024
1 parent 985de35 commit f73056b
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 f73056b

Please sign in to comment.