Skip to content

Commit f0a0541

Browse files
committed
2 parents f98c937 + c848050 commit f0a0541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Get up and running with PyTorch models within your NodeJS infrastructure in seco
2828

2929
## Getting Started
3030
### via yarn
31-
You should (assuming nothing's been broken) be able to run `yarn add pytorchjs` to install this package. To make your life a little easier, all the source code is transpiled using [babel](https://babeljs.io/) pre-publish, so that you don't have to delve into the wormhole that is Javascript's transpilation ecosystem (unless you want to, of course).
31+
Assuming nothing's broken:<br />
32+
```yarn add pytorchjs```
3233

3334
### The same old PyTorch models, in NodeJS
3435
Run your PyTorch models in Javascript, just like you would in Python.

0 commit comments

Comments
 (0)