Skip to content

Commit 7c08dbb

Browse files
committed
Update readme
1 parent f555ba9 commit 7c08dbb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ If you use the library for publications please **cite as:**
2121
2222
## Installation
2323

24-
- Download and install the [Anaconda Python distribution]
25-
- After installation opens the Anaconda command prompt and type:
24+
- Download and install the [pixi](https://pixi.sh) package manager
25+
- After installation open a command prompt in you project directory and type:
2626

2727
```bash
28-
conda config --add channels conda-forge
29-
conda install anypytools
28+
pixi init
29+
pixi add anypytools
30+
pixi install
3031
```
3132

33+
This will install a virtual environment with python, anypytools and all
34+
dependencies. You can then run you scripts in the virtual environment by typing
35+
by prefixing the command with `pixi run`: e.g. `pixi run python myscript.py`
36+
3237
The library is also available on [PyPi](https://pypi.python.org/pypi/AnyPyTools) for installing using `pip`.
3338

3439

0 commit comments

Comments
 (0)