Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ See <https://bugs.python.org/issue32909>
You'll need to install these (Ubuntu 20.04):

```shell
apt install build-essential git python3 python3-pip libudev-dev gcc-arm-none-eabi libffi-dev xterm swig libpcsclite-dev python-is-python3
apt install build-essential git python3 python3-pip libudev-dev gcc-arm-none-eabi libffi-dev xterm swig libpcsclite-dev python-is-python3 autoconf libtool
```

Install and run simulator on Ubuntu 20.04
Expand All @@ -153,7 +153,8 @@ python3 -m venv ENV # or virtualenv -p python3 ENV
source ENV/bin/activate
# install dependencies
pip install -U pip setuptools
pip install -r requirements.txt
pip install -r requirements.txt #general requirements
pip install pysdl2-dll # Ubuntu needs this dependency
# build simulator
cd unix
pushd ../external/micropython/mpy-cross/
Expand Down