Skip to content

Commit bf962e5

Browse files
authored
Add conda environment command
1 parent 7fe11f9 commit bf962e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# supercomputing2016-python
22
Materials for the Supercomputing 2016 tutorial on high performance Python
3+
4+
# Environment
5+
6+
```
7+
conda create -n sc2016 python=3.5 jupyter pandas scipy bokeh matplotlib numba line_profiler pandas-datareader xlwt xlrd sqlalchemy scikit-learn pytables
8+
```

0 commit comments

Comments
 (0)