npm init -ynpm install @youwol/dataframe @youwol/math @youwol/io @youwol/geometry @youwol/geophysics
Put the arch.node file and the associated libraries (gaia.dll and arche.dll for Windows, libGaia.dylib and libArche.dylib for MacOS, etc...) into the directory node_modules/@youwol/. Those 3 files are available uppon request.
arch.node
gaia.dll
arche.dll
libGaia.dylib
libArche.dylib
node_modules/@youwol/
Create a file script.js and write your code
script.js
Then type
node script.js
Setting up the environment and the libraries
Put the
arch.node
file and the associated libraries (gaia.dll
andarche.dll
for Windows,libGaia.dylib
andlibArche.dylib
for MacOS, etc...) into the directorynode_modules/@youwol/
. Those 3 files are available uppon request.Create a file
script.js
and write your codeThen type