File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
2524Install this library from PiPy ` pip3 install pymc-server `
2625
2726If 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
3029cd PyMC-Server
3130
3231pip3 install . # run `pip3 install -e .` if you want to be able to edit the code
You can’t perform that action at this time.
0 commit comments