Skip to content

Commit e4a623e

Browse files
committed
Updated README
1 parent 8a6c2eb commit e4a623e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Classify animal photos by Deep Learning.
66
1. Download Anaconda from [anaconda.com](https://www.anaconda.com/), and install it.
77
1. Setup new python environment with Anacond-Navigator
88
1. Open a terminal window, and do following installations
9-
1. Add TensorFlow:
9+
1. Add TensorFlow module to your Python environment by typing following command in terminal.
1010

1111
```
1212
pip install tensorflow
1313
```
1414
15-
1. Add FlickrAPI:
15+
1. Add FlickrAPI module to your Python environment by typing following command in terminal.
1616
1717
```
1818
pip install flickrapi
1919
```
2020
21-
1. Clone this repository
21+
1. Go to your working folder, and clone this repository by typing following command in terminal.
2222
2323
```
2424
git clone [email protected]:tetsu/animal-classifier.git

0 commit comments

Comments
 (0)