diff --git a/README.md b/README.md index 188550886ed98f9c12aea8e8d58e3dbb5e27881f..424aac215041e8fae2527065d93c465ff4dc3388 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Thankfully, python is already has the libraries that I will need. They are as fo ## Getting Started -These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. +* Update ### Prerequisites You may need to install the Python TDA library. The installation can be done in Pypi using just one command: pip install scikit-tda. Some may need to install seaborn, pandas, or numpy. ``` -`pip install scikit-tda` +pip install scikit-tda ``` ## Authors