Skip to content

Commit c46e2bf

Browse files
adding updated env setup commands
1 parent 8109c30 commit c46e2bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,17 @@ The library can be used and configured in 3 forms
1515

1616
## Installation
1717

18-
Start a new virtual environment with micromamba (conda/mamba/or similar).
18+
Start a new virtual environment with pixi. To get a shell in the default environment run
1919

2020
```bash
21-
micromamba create -n pymc-server -c conda-forge python=3.12
22-
micromamba activate pymc-server
21+
pixi shell
2322
```
2423

2524
Install this library from PiPy `pip3 install pymc-server`
2625

2726
If you want to install this library from source:
2827
```bash
29-
git clone https://github.com/pymc-dev/PyMC-Server
28+
git clone https://github.com/pymc-labs/pymc-server
3029
cd PyMC-Server
3130

3231
pip3 install . # run `pip3 install -e .` if you want to be able to edit the code

0 commit comments

Comments
 (0)