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
15
15
16
16
## Installation
17
17
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
19
19
20
20
``` bash
21
- micromamba create -n pymc-server -c conda-forge python=3.12
22
- micromamba activate pymc-server
21
+ pixi shell
23
22
```
24
23
25
24
Install this library from PiPy ` pip3 install pymc-server `
26
25
27
26
If you want to install this library from source:
28
27
``` bash
29
- git clone https://github.com/pymc-dev/PyMC-Server
28
+ git clone https://github.com/pymc-labs/pymc-server
30
29
cd PyMC-Server
31
30
32
31
pip3 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