From 8b992759afb67d8bdf292bee48a3265b3bf97741 Mon Sep 17 00:00:00 2001 From: Jonny Hyman Date: Tue, 17 Oct 2023 14:53:40 -0400 Subject: [PATCH] Update README.md added space in pip line oops --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af96033..65ec021 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is not a library, but rather a collection of standalone scripts! As such, t #### Install these requirements - [Python 3.6 to 3.10](https://www.anaconda.com/distribution/) -- [pip](https://pypi.org/project/pip/) package : `python -m pip install--upgrade pip` +- [pip](https://pypi.org/project/pip/) package : `python -m pip install --upgrade pip` - [Numpy](https://numpy.org) package : `pip install numpy` - [Numba](https://numba.pydata.org) package : `pip install numba` @@ -54,4 +54,4 @@ Final visualization is accomplished by a volume rendering of 1000x1000x1000 voxe `python logistic_zoom.py` ![Logistic Map Zoom GIF](https://github.com/jonnyhyman/Chaos/blob/master/images/logistic-zoom.gif?raw=true) -- Note: The final version of the visualization used a custom version of Vispy, modified to improve the appearance of axes. I have not released this and don't plan to. \ No newline at end of file +- Note: The final version of the visualization used a custom version of Vispy, modified to improve the appearance of axes. I have not released this and don't plan to.