Merge pull request #290 from askielboe/fix-conda

add pip requirement to conda env and update readme
This commit is contained in:
Roger Labbe
2020-04-26 18:07:31 -07:00
committed by GitHub
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