add pip requirement to conda env and update readme

This commit is contained in:
Andreas Skielboe 2019-04-17 10:11:20 +02:00
parent e84f801836
commit 930485fbb2
2 changed files with 3 additions and 2 deletions

View File

@ -135,11 +135,11 @@ If you have conda or miniconda installed, you can create environment by
and use
source activate kf_bf
conda activate kf_bf
and
source deactivate kf_bf
conda deactivate kf_bf
to activate and deactivate the environment.

View File

@ -1,6 +1,7 @@
name: kf_bf
dependencies:
- python
- pip
- ipython
- jupyter
- matplotlib