Skip to content
Snippets Groups Projects
Commit 5b4ffb1b authored by Ian Bell's avatar Ian Bell
Browse files

Add files to build/run in binder

parent 435cdd4a
No related branches found
No related tags found
No related merge requests found
cmake
clang
\ No newline at end of file
# This .yml file is used to specify the conda environment that should be loaded into the binder instance
name: pymcx
dependencies:
- python=3.9
- matplotlib
- scipy
- numpy
- jupyter
- notebook
- sympy
- pip
\ No newline at end of file
#!/bin/bash
set -ex
CXX=clang++ pip install git+git://github.com/ianhbell/teqp.git
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment