You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install this library from PiPy `pip3 install pymc-server`
12
19
13
20
If you want to install this library from source:
14
21
```bash
15
22
git clone https://github.com/pymc-dev/PyMC-Server
16
23
cd PyMC-Server
17
24
18
-
pip3 install .
19
-
# run 'pip3 install -e .' if you want to be able to edit the code
25
+
pip3 install .# run `pip3 install -e .` if you want to be able to edit the code
20
26
```
21
27
22
28
### Setting up a cloud: Google Cloud
23
29
24
30
1. Run `pymcs check` to see if you already have credentials setup. If you see a green checkmark for GCP (Google Cloud Platform), skip to the next section
0 commit comments