|
8 | 8 | <img src="https://img.shields.io/badge/python-v3-brightgreen.svg" |
9 | 9 | alt="python"></a> |
10 | 10 | <a href="https://pypi.org/project/PyPortfolioOpt/"> |
11 | | - <img src="https://img.shields.io/badge/pypi-v1.3.1-brightgreen.svg" |
| 11 | + <img src="https://img.shields.io/badge/pypi-v1.4.0-brightgreen.svg" |
12 | 12 | alt="pypi"></a> |
13 | 13 | <a href="https://opensource.org/licenses/MIT"> |
14 | 14 | <img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" |
@@ -68,6 +68,8 @@ Head over to the [documentation on ReadTheDocs](https://pyportfolioopt.readthedo |
68 | 68 | If you would like to play with PyPortfolioOpt interactively in your browser, you may launch Binder [here](https://mybinder.org/v2/gh/robertmartin8/pyportfolioopt/master). It takes a |
69 | 69 | while to set up, but it lets you try out the cookbook recipes without having to deal with all of the requirements. |
70 | 70 |
|
| 71 | +*Note: macOS users will need to install [Command Line Tools](https://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/).* |
| 72 | + |
71 | 73 | *Note: if you are on windows, you first need to installl C++. ([download](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16), [install instructions](https://drive.google.com/file/d/0B4GsMXCRaSSIOWpYQkstajlYZ0tPVkNQSElmTWh1dXFaYkJr/view))* |
72 | 74 |
|
73 | 75 | This project is available on PyPI, meaning that you can just: |
@@ -395,9 +397,12 @@ Special shout-outs to: |
395 | 397 | - Aditya Bhutra |
396 | 398 | - Thomas Schmelzer |
397 | 399 | - Rich Caputo |
| 400 | +- Nicolas Knudde |
398 | 401 |
|
399 | 402 | ## Getting in touch |
400 | 403 |
|
401 | | -If you are having a problem with PyPortfolioOpt, please raise an issue. |
| 404 | +If you are having a problem with PyPortfolioOpt, please raise a GitHub issue. For anything else, you can reach me at: |
402 | 405 |
|
403 | | -For anything else, you can contact me via the [form](https://reasonabledeviations.com/about/) on my website. |
| 406 | +<center> |
| 407 | +<img src="https://github.com/robertmartin8/ReasonableDeviations/blob/gh-pages/assets/images/contact.png" style="width:75%;"/> |
| 408 | +</center> |
0 commit comments