Skip to content

Commit

Permalink
add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMadsen committed Aug 22, 2019
1 parent 0ff6fd3 commit 071dffa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const gammadx = tfc.grad(gamma);
gammadx(x).print();
```

## Install

```
npm install tfjs-special
```

## Documentation

* Bessel
Expand Down
5 changes: 5 additions & 0 deletions build-docs/overview.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ const gamma = (tensor) => tfspecial.lgamma(tensor).exp();
const gammadx = tf.grad(gamma);
gammadx(x).print();
</code></pre>

<h3>Install</h3>
<pre><code>
npm install tfjs-special
</code></pre>
</section>

<script src="https://cdnjs.cloudflare.com/ajax/libs/tensorflow/1.2.3/tf.min.js"></script>
Expand Down

0 comments on commit 071dffa

Please sign in to comment.