DanielGallagherIRE commited on
Commit
551027e
·
1 Parent(s): 8f6a87a

ocaml setup

Browse files
Files changed (1) hide show
  1. setup.sh +13 -0
setup.sh ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ apt-get update
4
+ apt-get install -y opam wget m4 unzip librsvg2-bin curl bubblewrap make gcc
5
+
6
+ opam init -y --bare
7
+ eval $(opam env)
8
+
9
+ opam remote add grew "https://opam.grew.fr"
10
+ opam update
11
+ opam install grewpy_backend -y
12
+
13
+ pip install grewpy