Skip to content

Commit b312f97

Browse files
committed
Minor updates to readme
1 parent 1d17b38 commit b312f97

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ information.
5959

6060
### Pip
6161

62-
You can install the current release (1.0.5) with pip (you may need to use sudo):
62+
You can install the current release (1.0.5) with pip:
6363
```bash
6464
pip install python-ternary
6565
```
@@ -72,7 +72,7 @@ manner:
7272
```bash
7373
git clone [email protected]:marcharper/python-ternary.git
7474
cd python-ternary
75-
sudo python setup.py install
75+
python setup.py install
7676
```
7777

7878
# Usage, Examples, Plotting Functions
@@ -100,7 +100,7 @@ Most drawing functions can take standard matplotlib keyword arguments such as
100100
[linestyle](http://matplotlib.org/api/lines_api.html#matplotlib.lines.Line2D.set_linestyle)
101101
and linewidth. You can use LaTeX in titles and labels.
102102

103-
If you need to act directly on the underyling matplotlib axes, you can access
103+
If you need to act directly on the underlying matplotlib axes, you can access
104104
them easily:
105105

106106
```python
@@ -126,7 +126,7 @@ This is useful if you want to use ternary as a part of another figure, such as
126126
...
127127
```
128128

129-
Some ternary functions expect the simplex to be partititioned into some number
129+
Some ternary functions expect the simplex to be partitioned into some number
130130
of steps, determined by the `scale` parameter. A few functions will do this
131131
partitioning automatically for you, but when working with real data or
132132
simulation output, you may have partitioned already. If you are working with
@@ -451,12 +451,11 @@ You can run the test suite as follows:
451451
python -m unittest discover tests
452452
```
453453

454-
The included script of [examples](/examples/examples.py) is intended to act as a series of extended tests.
455-
456454
# Contributing
457455

458456
Contributions are welcome! Please share any nice example plots, contribute
459-
features, and add unit tests! Use the pull request and issue systems to contribute.
457+
features, and add unit tests! Use the pull request and issue systems to
458+
contribute.
460459

461460
# Selected Contributors
462461

0 commit comments

Comments
 (0)