We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60809b commit 327bf95Copy full SHA for 327bf95
3 files changed
README.md
@@ -6,16 +6,16 @@ By Julien de la Bruère-Terreault (drgfreeman@tuta.io)
6
7
## Installation
8
9
-The *gcodepause* package requires *pyyaml* to be installed. Install it using pip:
+The *gcodepause* package can be installed using pip:
10
11
```
12
-$ pip install pyyaml
+pip install git+https://github.com/DrGFreeman/GCodePause.git
13
14
15
-Then install the *gcodepause* package itself:
+Or from sources:
16
17
18
-$ pip install install git+https://github.com/DrGFreeman/GCodePause.git
+python setup.py install
19
20
21
## Usage
gcodepause/__init__.py
@@ -1,4 +1,4 @@
1
-from .gcodefile import GCodeFile
+from .gcodepause import GCodeFile
2
3
__version__ = '0.1.0'
4
gcodepause/gcodefile.py gcodepause/gcodepause.pygcodepause/gcodefile.py renamed to gcodepause/gcodepause.py
0 commit comments