From 2392c67d206ac1637bab1808e0f0ed3189ac2922 Mon Sep 17 00:00:00 2001 From: dkaslovsky Date: Tue, 23 Oct 2018 21:11:51 -0600 Subject: [PATCH] typo fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3491c..b2bd5b8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If one is working with data previously loaded into a DataFrame, simply use the r ### Installation This package is hosted on PyPI and can be installed via `pip`: ``` -pip install coupled_biased_random_walks +$ pip install coupled_biased_random_walks ``` To instead install from source: ```