Wi-zz commited on
Commit
5364228
1 Parent(s): 2923c31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -37,12 +37,26 @@ This application generates descriptive captions for images using advanced ML mod
37
 
38
  ## Installation
39
 
 
 
40
  ```bash
41
  git clone https://huggingface.co/Wi-zz/joy-caption-pre-alpha
42
  cd joy-caption-pre-alpha
 
 
43
  pip install -r requirements.txt
44
  ```
45
 
 
 
 
 
 
 
 
 
 
 
46
  ## Contributing
47
 
48
  Contributions are welcome! Please feel free to submit a Pull Request.
 
37
 
38
  ## Installation
39
 
40
+ Windows
41
+
42
  ```bash
43
  git clone https://huggingface.co/Wi-zz/joy-caption-pre-alpha
44
  cd joy-caption-pre-alpha
45
+ python -m venv venv
46
+ .\venv\Scripts\activate
47
  pip install -r requirements.txt
48
  ```
49
 
50
+ Linux
51
+
52
+ ```bash
53
+ git clone https://huggingface.co/Wi-zz/joy-caption-pre-alpha
54
+ cd joy-caption-pre-alpha
55
+ python3 -m venv venv
56
+ source venv/bin/activate
57
+ pip3 install -r requirements.txt
58
+ ```
59
+
60
  ## Contributing
61
 
62
  Contributions are welcome! Please feel free to submit a Pull Request.