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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@
4
4
5
5
Install this library from PiPy `pip3 install pymc-server`
6
6
7
+
If you want to install this library from source:
8
+
```bash
9
+
git clone https://github.com/pymc-dev/PyMC-Server
10
+
cd PyMC-Server
11
+
12
+
pip3 install .
13
+
# run 'pip3 install -e .' if you want to be able to edit the code
14
+
```
15
+
7
16
### Setting up a cloud: Google Cloud
8
17
9
18
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