Updating BSD instructions to account for requirements for python3 and bash packages for successful execution

Eric 2014-01-02 09:54:43 -08:00
parent e2b83ce059
commit 833447d8b5
1 changed files with 2 additions and 2 deletions

@ -34,9 +34,9 @@ At that point, you will have a functioning micropython executable, which may be
(Release 9.2 tested) (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: Clone the git repository to your local machine: