Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defeo/sagemath-paris


https://github.com/defeo/sagemath-paris

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Presentation material for Sage Paris meetings

## Build instructions

You need Node.js and NPM.

Install Gulp with

~~~
npm install -g gulp
~~~

Install build dependencies with

~~~
cd sagemath-paris
npm install
~~~

Build material with

~~~
gulp
~~~