Options
All
  • Public
  • Public/Protected
  • All
Menu

Setting up the environment and the libraries

  • Install nodejs
  • Create a directory (whatever the name)
  • Go inside and type
npm init -y
npm 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.

  • Create a file script.js and write your code

  • Then type

node script.js