diff --git a/Getting-Started.md b/Getting-Started.md index a57bb24..bb07eb9 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -68,7 +68,7 @@ This will generate the 'py' executable, which may be executed by: The required packages can be installed with: -> sudo yum install git gcc readline-devel +> sudo yum install git gcc readline-devel libffi-devel Clone the git repository to your local machine: @@ -80,6 +80,8 @@ Change directory to the Unix build directory: And then make the executable +> make axtls + > make At that point, you will have a functioning micropython executable, which may be launched with the command: