Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoleao052 authored Aug 1, 2024
1 parent ed733a5 commit f83289d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@

- On **MacOS**, **Windows**, and **Ubuntu**, you can install the library with `npm install js-pytorch`.
- On **Windows**, if you run into an error, you might need to install the latest version of [Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-navbar-download-cta), including the "Desktop development with C++" workload.
- In the **Browser**, install the latest version of **js-pytorch**, and link it in the HTML file:
-
```
<script src="dist/js-pytorch-browser.js"></script>
<script type="module">
import { torch } from 'dist/js-pytorch-browser.js';
</script>
```

## 3. Running it Yourself

Expand Down

0 comments on commit f83289d

Please sign in to comment.