Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh0806 committed Jun 29, 2017
1 parent 08a264e commit 026fcf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion projects/boston_housing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Install

This project requires **Python 2.7** and the following Python libraries installed:
This project requires **Python 2.7**(if you complete this project in Python 3.x, you will have to update the code in various places including all relevant print statements) and the following Python libraries installed:

- [NumPy](http://www.numpy.org/)
- [Pandas](http://pandas.pydata.org/)
Expand Down
10 changes: 5 additions & 5 deletions projects/finding_donors/finding_donors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -750,21 +750,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 2",
"language": "python",
"name": "python3"
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.0"
"pygments_lexer": "ipython2",
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 026fcf7

Please sign in to comment.