Skip to content

Commit

Permalink
Relocate apt+pyserial references to dependencies section (sunspec#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored and Kudrat9 committed Jan 23, 2020
1 parent c4cfee9 commit e09d5b9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ well as the pySunSpec source. The models repository is referenced in the
```
git clone --recursive https://github.com/sunspec/pysunspec.git
```
on some systems (Debian based), you could be able to download it as a package (raspberry pi for ex.)
```
$ sudo apt-get install python-serial
```
If a non-recursive clone was done, the models can be retreived using the
`git submodules` command from within your pySunSpec repository clone.
Expand All @@ -100,7 +95,11 @@ you get an error such as `ImportError: No module named 'serial'` when trying
to use the pySunSpec code. pySerial is available as a Python package from
[PyPi](https://pypi.python.org/pypi/pyserial) and as source from
[GitHub](https://github.com/pyserial/pyserial) as both a Git repository and
a .zip download.
a .zip download. If you choose to not use an isolated environment as
described above, on some systems (Debian based and likely other Linux
flavors), `pyserial` is available via the system package manager package.
Be aware of there possibly being separate versions for both Python 2 and
Python 3.
## Verifying the pySunSpec Installation
Expand Down

0 comments on commit e09d5b9

Please sign in to comment.