Skip to content

Commit 7813811

Browse files
committed
Update README.md
Add a "Notes" section
1 parent 23adb41 commit 7813811

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Content
2828
6. [Commit](#26-commit)
2929
7. [Status](#27-status)
3030
3. [List of the installed Python main packages](#3-list-of-the-installed-python-main-packages)
31-
4. [License and more](#4-license-and-more)
31+
4. [Notes](#4-notes)
32+
5. [License and more](#5-license-and-more)
3233

3334
1. Installation
3435
---------------
@@ -154,7 +155,7 @@ Now you are in the IPython Notebook environment. You can visit [this link](http:
154155

155156
The directory that you are seeing in your browser it's the `notebooks` folder inside the root of the `BMO Docker container`. This directory corresponds to the `notebooks` folder that is inside the current directory in your terminal. That folder will contain your notebooks.
156157

157-
**Important**: `Docker` have a little problem with the files that it creates outside the `container`. The owner of these files is `root`. For change that, you can run the next command everytime you need:
158+
**Important**: `Docker` have a little problem with the files that it creates outside the `container`. The owner of these files is `root`. For change that, you can run the next command everytime you need (it will ask for your root password):
158159
```
159160
./bmo -o
160161
```
@@ -178,7 +179,7 @@ After doing whatever you need, execute the next command for remove the `Docker`
178179
./bmo -rm
179180
```
180181

181-
Also, after that, it's the perfect time for change the owner of the notebooks with:
182+
Also, after that, it's the perfect time for change the owner of the notebooks with (it will ask for your root password):
182183
```
183184
./bmo -o
184185
```
@@ -202,7 +203,7 @@ Take a look to the [previous section](#23-finish) for see how to deal with the `
202203

203204
### 2.5. Enter
204205

205-
If you need some `Python` package, or a `Linux` one, that isn't installed on the `BMO Docker image` you can install them wiht `pip` or `apt-get`. For that, if the `BMO Docker containter` is running, you can execute:
206+
If you need some `Python` package, or a `Linux` one, that isn't installed on the `BMO Docker image` you can install them wiht `pip` or `apt-get`. For that, if the `BMO Docker containter` is running, you can execute (it will ask for your root password):
206207
```
207208
./bmo -e
208209
```
@@ -261,7 +262,14 @@ Once the `BMO Docker image` has been downloaded or builded, a bunch of Python pa
261262
* statsmodels
262263
* textblob
263264

264-
4. License and more
265+
4. Notes
266+
--------
267+
268+
* The version of `Linux` that contains the `image` is a minified version of `Ubuntu 14.04 Trusty Thar`.
269+
* If you use `matplotlib` with the option `text.usetex = True` you will get an error. The cause of this is that `Latex` isn't installed beacuse the installation with its dependences occupies approximately 1GB, the same as the `BMO Docker image`. If you need `Latex` you can install it very easily.
270+
* The only `writter` installed for `matplotlib's animations` is `imagemagick`, so you can create `GIFs`! If you need another `writter`, feel free to install it.
271+
272+
5. License and more
265273
-------------------
266274

267275
* This project is released under the `MIT License`.

0 commit comments

Comments
 (0)