UNPKG
@aureooms/js-2sat
Version:
latest (0.0.3)
0.0.3
2-Satisfiability code bricks for JavaScript
aureooms.github.io/js-2sat/
aureooms/js-2sat
@aureooms/js-2sat
/
doc
/
manual
/
installation.md
14 lines
(11 loc)
•
205 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Can
be
managed
using
[jspm]
(
http
:
//jspm.io)
or [npm](
https
:
//github.com/npm/npm).
### jspm
``
`terminal jspm install npm:@aureooms/js-2sat `
``
### npm
``
`terminal npm install @aureooms/js-2sat --save `
``