Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added space in pip line oops
  • Loading branch information
jonnyhyman authored Oct 17, 2023
1 parent 4b97021 commit 8b99275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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.
- 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.

0 comments on commit 8b99275

Please sign in to comment.