Skip to content

Commit

Permalink
docs(readme): update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Sep 13, 2021
1 parent 8c23ce9 commit e90c07f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ To use incendium as a dependency for your scripting projects using Jython 2.7.1
1. Make sure you have installed `ignition-api-jython`. See [here](https://github.com/thecesrom/Ignition/tree/jython#installation-and-usage).
1. Then, run the following command:
```bash
$ jython -m pip install https://github.com/thecesrom/incendium/archive/refs/tags/v1.0.7.zip
$ jython -m pip install https://github.com/thecesrom/incendium/archive/refs/tags/v1.0.7.post2.zip
DEPRECATION: A future version of pip will drop support for Python 2.7.
Collecting https://github.com/thecesrom/incendium/archive/refs/tags/v1.0.7.zip
Downloading https://github.com/thecesrom/incendium/archive/refs/tags/v1.0.7.zip
Collecting https://github.com/thecesrom/incendium/archive/refs/tags/v1.0.7.post2.zip
Downloading https://github.com/thecesrom/incendium/archive/refs/tags/v1.0.7.post2.zip
- 51kB 624kB/s
Installing collected packages: incendium
Running setup.py install for incendium ... done
Successfully installed incendium-1.0.7
Successfully installed incendium-1.0.7.post2
$ jython -m pip list
DEPRECATION: A future version of pip will drop support for Python 2.7.
Package Version
------------------- -------
ignition-api-jython 8.1.10
incendium 1.0.7
incendium 1.0.7.post2
pip 19.1
setuptools 41.0.1
```
1. Now you will have both `ignition-api-jython` and `incendium` installed on on your Jython site-packaages
1. Now you will have both `ignition-api-jython` and `incendium` installed on your Jython site-packages

## Contributing to incendium

Expand Down
2 changes: 1 addition & 1 deletion src/incendium/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__description__ = "Package that extends and wraps Ignition Scripting API."
__url__ = "https://github.com/thecesrom/incendium"
__version__ = "1.0.7"
__cycle__ = ".post1"
__cycle__ = ".post2"
__author__ = "César Román"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit e90c07f

Please sign in to comment.