Skip to content

Commit f95a041

Browse files
authored
Merge pull request #96 from Daisuke134/update-readme-install-instructions
Update README.md
2 parents 7b09d29 + 508f8ac commit f95a041

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,23 @@ python3 -m venv venv
6363
```
6464
source venv/bin/activate
6565
```
66-
6. **Install Project Requirements and Command-Line Interface**:
66+
5. **Install Project Requirements and Command-Line Interface: Instead of using `pip install .`, you can now install the project directly from PyPI with:**
6767
```
68-
pip install .
68+
pip install self-operating-computer
6969
```
70-
7. **Then rename the `.example.env` file to `.env` so that you can save your OpenAI key in it.**
70+
6. **Then rename the `.example.env` file to `.env` so that you can save your OpenAI key in it.**
7171
```
7272
mv .example.env .env
7373
```
74-
8. **Add your Open AI key to your new `.env` file. If you don't have one, you can obtain an OpenAI key [here](https://platform.openai.com/account/api-keys)**:
74+
7. **Add your Open AI key to your new `.env` file. If you don't have one, you can obtain an OpenAI key [here](https://platform.openai.com/account/api-keys)**:
7575
```
7676
OPENAI_API_KEY='your-key-here'
7777
```
78-
9. **Run it**!
78+
8. **Run it**!
7979
```
8080
operate
8181
```
82-
10. **Final Step**: As a last step, the Terminal app will ask for permission for "Screen Recording" and "Accessibility" in the "Security & Privacy" page of Mac's "System Preferences".
82+
9. **Final Step**: As a last step, the Terminal app will ask for permission for "Screen Recording" and "Accessibility" in the "Security & Privacy" page of Mac's "System Preferences".
8383

8484
<div align="center">
8585
<img src="https://github.com/OthersideAI/self-operating-computer/blob/main/readme/terminal-access-1.png" width="300" style="margin: 10px;"/>
@@ -132,4 +132,4 @@ Stay updated with the latest developments:
132132

133133
## OpenAI Rate Limiting Note
134134
The ```gpt-4-vision-preview``` model is required. To unlock access to this model, your account needs to spend at least \$5 in API credits. Pre-paying for these credits will unlock access if you haven't already spent the minimum \$5.
135-
Learn more **[here](https://platform.openai.com/docs/guides/rate-limits?context=tier-one)**
135+
Learn more **[here](https://platform.openai.com/docs/guides/rate-limits?context=tier-one)**

0 commit comments

Comments
 (0)