Skip to content

plitkey/software

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software environment for CodeRefinery workshops

Environment for CodeRefinery workshops for Conda or Python virtual environments (this page is not usabe 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.

About

Environment files for CodeRefinery, also usable via mybinder.org.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.1%
  • Python 3.9%