mirror of
https://github.com/trycua/computer.git
synced 2026-04-26 00:19:42 -05:00
fix broken doc
This commit is contained in:
@@ -85,9 +85,15 @@ Choose how you want to run your cua computer. **Cloud containers are recommended
|
||||
|
||||
<Tabs items={['Python', 'TypeScript']}>
|
||||
<Tab value="Python">
|
||||
```bash pip install "cua-agent[all]" cua-computer ```
|
||||
```bash
|
||||
pip install "cua-agent[all]" cua-computer
|
||||
```
|
||||
</Tab>
|
||||
<Tab value="TypeScript">
|
||||
```bash
|
||||
npm install @trycua/computer
|
||||
```
|
||||
</Tab>
|
||||
<Tab value="TypeScript">```bash npm install @trycua/computer ```</Tab>
|
||||
</Tabs>
|
||||
|
||||
</Step>
|
||||
|
||||
Reference in New Issue
Block a user