whitphx HF staff commited on
Commit
6b4c5f9
·
2 Parent(s): 6b108b5 5d4eb80

Merge branch 'main' of https://github.com/whitphx/streamlit-webrtc-example

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,5 +1,8 @@
1
  # streamlit-webrtc-example
2
 
 
 
 
3
 
4
  ## Manual deployment to heroku
5
  ### Prerequisites
@@ -18,9 +21,9 @@
18
 
19
  ### Deploy
20
  #### If dependencies have changed, update `requirements.txt`
21
- 1. Generate `requirements.txt`.
22
  ```shell
23
- $ pipreqs . --force
24
  ```
25
 
26
  2. Commit it.
 
1
  # streamlit-webrtc-example
2
 
3
+ Sample page hosted on Heroku: https://streamlit-webrtc-example.herokuapp.com/
4
+
5
+ The Deployment is automated with GitHub actions: [./.github/workflows/heroku.yml](./.github/workflows/heroku.yml)
6
 
7
  ## Manual deployment to heroku
8
  ### Prerequisites
 
21
 
22
  ### Deploy
23
  #### If dependencies have changed, update `requirements.txt`
24
+ 1. Update `requirements.txt`.
25
  ```shell
26
+ $ make deps/update
27
  ```
28
 
29
  2. Commit it.