probmods / webppl-viz

Visualization for WebPPL
http://probmods.github.io/webppl-viz/
Other
14 stars 9 forks source link

Fix README #89

Closed smihael closed 6 years ago

smihael commented 6 years ago

In order to properly install this, one should cd into .webppl after making that dir.

cd ~                             # or however you get to the home directory
mkdir .webppl                    # make a folder called .webppl (if it doesn't already exist)
cd .webppl 
npm install probmods/webppl-viz  # install this node package
longouyang commented 6 years ago

fixed in ab316f2