Skip to content

Commit 327bf95

Browse files
committed
Simplified installation and fixed errors
1 parent c60809b commit 327bf95

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ By Julien de la Bruère-Terreault (drgfreeman@tuta.io)
66

77
## Installation
88

9-
The *gcodepause* package requires *pyyaml* to be installed. Install it using pip:
9+
The *gcodepause* package can be installed using pip:
1010

1111
```
12-
$ pip install pyyaml
12+
pip install git+https://github.com/DrGFreeman/GCodePause.git
1313
```
1414

15-
Then install the *gcodepause* package itself:
15+
Or from sources:
1616

1717
```
18-
$ pip install install git+https://github.com/DrGFreeman/GCodePause.git
18+
python setup.py install
1919
```
2020

2121
## Usage

gcodepause/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .gcodefile import GCodeFile
1+
from .gcodepause import GCodeFile
22

33
__version__ = '0.1.0'
44

0 commit comments

Comments
 (0)