Skip to content

Commit 6097732

Browse files
committed
Added an Anaconda environment.yml file for Anaconda users.
1 parent 1385b01 commit 6097732

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: requirements/bob-environment.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# This file can be used by Anaconda users in order to create their virtual
2+
# environment. If you open up the command prompt/shell in the
3+
# 100daysofcode-with-python-course directory, simply use this command:
4+
#
5+
# conda env create -f requirements/bob-environment.yml
6+
name: 100days
7+
channels:
8+
- defaults
9+
dependencies:
10+
- cython
11+
- feedparser
12+
- ipykernel
13+
- jupyter
14+
- matplotlib
15+
- numpy
16+
- pillow
17+
- plotly
18+
- pytest
19+
- pytest-cov
20+
- python=3.6.6
21+
- requests
22+
- selenium
23+
- pip:
24+
- tweepy
25+
- wordcloud
26+
- PyGithub

0 commit comments

Comments
 (0)