Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
4ce00914
Commit
4ce00914
authored
Apr 18, 2019
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
esp32/README: Add info about pyparsing and the correct Python version.
See issue #4655.
parent
d4e18203
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ports/esp32/README.md
ports/esp32/README.md
+5
-5
No files found.
ports/esp32/README.md
View file @
4ce00914
...
...
@@ -48,12 +48,12 @@ If you use WSL then follow the
[
Linux guidelines
](
https://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html
)
for the ESP-IDF instead of the Windows ones.
The Espressif ESP-IDF instructions above only install pyserial for Python 2,
so if you're running Python 3 or a non-system Python you'll also need to
install
`pyserial`
(or
`esptool`
) so that the Makefile can flash the board
and set parameters
:
You will also need either Python 2 or Python 3, along with the
`pyserial`
and
`pyparsing`
packages installed for the version of Python that you will be using
(when building you can use, eg,
`make PYTHON=python2`
to specify the version
used). To install the required packages do
:
```
bash
$
pip
install
pyserial
$
pip
install
pyserial
pyparsing
```
Once everything is set up you should have a functioning toolchain with
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment