From 833447d8b536ae9fe952458f612205c032a0cf2b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 2 Jan 2014 09:54:43 -0800 Subject: [PATCH] Updating BSD instructions to account for requirements for python3 and bash packages for successful execution --- Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 93dbd56..74e1a69 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -34,9 +34,9 @@ At that point, you will have a functioning micropython executable, which may be (Release 9.2 tested) -Ensure that you have git and the GCC packages installed: +Ensure that you have git, GCC, gmake, pythyon3, and bash packages installed: -> [as root] pkg_add -r git gcc gmake +> [as root] pkg_add -r git gcc gmake python3 bash Clone the git repository to your local machine: