mattcodebytes commited on
Commit
b6f4e49
·
2 Parent(s): 9a23d5b 3ede013

Merge branch 'main' of https://github.com/mattcodebytes/mcp-gradio

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -21,4 +21,9 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
21
 
22
  ## Login to Huggingface
23
  First go into console and generate a new token, then use it to login
24
- ```huggingface-cli login```
 
 
 
 
 
 
21
 
22
  ## Login to Huggingface
23
  First go into console and generate a new token, then use it to login
24
+ ```huggingface-cli login```
25
+ ## Activate your virtual environment
26
+ ```mcp-sentiment\venv\Scripts\activate.bat```
27
+
28
+ ## Command to push to multiple repos
29
+ ```for %r in (origin hf) do git push %r main```