Skip to content

Commit 8004d1d

Browse files
author
Gunther Klessinger
committed
legacy conda / make
1 parent 5083e7b commit 8004d1d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/conda.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# About Conda
22

3+
!!! warning
4+
While we still find conda a must have tool in the belt, we switched in docutools to uv.
5+
6+
---
7+
8+
> Below only for reference, when having to deal with non updatable legacy 📜🕸️
9+
10+
---
11+
12+
313
Docutools (and other projects which use the docutools task runner) are using [conda][cond] as
414
environment for required packages.
515

docs/task_runner.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
---
77

8-
Below only for reference
8+
> Below only for reference, when having to deal with non updatable legacy 📜🕸️
9+
10+
---
911

1012
You may want to use the same task runner within your project than we do.
1113

@@ -112,7 +114,7 @@ The environ file sources make and activates the virtual (conda) environment - if
112114

113115
Then all functions are available:
114116

115-
```bash xxxlp fmt=xt_flat
117+
```bash
116118
( source environ && make )
117119
```
118120

0 commit comments

Comments
 (0)