Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.52 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.52 KB

Software environment for CodeRefinery workshops

Environment for CodeRefinery workshops for Conda or Python virtual environments (this page is not usable without already knowing about Conda or virtual environments).

environment.yml for Conda

This requires installing and activating Anaconda or miniconda first. More information on Conda environments at its user guide.

$ conda env update -f environment.yml

requirements.txt for virtual environments

To install:

$ python -m venv coderefinery-venv/
$ source coderefinery-venv/bin/activate
$ pip install -r requirements.txt

To activate later:

$ source coderefinery-venv/bin/activate

This repository is suitable for the Binder service to create a software environment suitable for CodeRefinery lessons.

Note that after a few hours maximum (or a few hours of inactivity), all data is destroyed from here. This is a public service, so don't trust this with data security.