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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ sudo pip install virtualenv
14
14
2. Create an isolated Python environment, and install dependencies:
15
15
16
16
```
17
-
virtualenv --python python3.12 .venv
17
+
virtualenv --python python3.14 .venv
18
18
source .venv/bin/activate
19
19
pip install -r requirements.txt
20
20
```
@@ -43,14 +43,18 @@ Note: Windows users may need to run `npm run watch` and `python main.py` separat
43
43
44
44
## Staging
45
45
46
-
To test changes on a GCP App Engine server without deploying to the production instance, use the staging app at https://httparchive-staging.appspot.com.
46
+
(Only available to maintainers)
47
+
48
+
To test changes on a GCP App Engine server without deploying to the production instance, use the staging app at https://staging-dot-httparchive.uk.r.appspot.com/
47
49
48
50
```
49
51
npm run stage
50
52
```
51
53
52
54
## Deploy
53
55
56
+
(Only available to maintainers)
57
+
54
58
To push changes live to the production instance, use the deployment script. Changes will be available on https://httparchive.org.
0 commit comments