diff --git a/README.md b/README.md index 73c4169c9..eb5f2b177 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MAX78000 Model Training and Synthesis -_December 9, 2021_ +_December 14, 2021_ The Maxim Integrated AI project is comprised of five repositories: @@ -204,10 +204,13 @@ First, check the default Python version: ```shell $ python --version Python 2.7.18 +# wrong version, pyenv required ``` This particular version will not function correctly with the MAX7800X tools. If the result is Python **3.8**.x, skip ahead to [git Environment](#git Environment). For any other version (for example, 2.7, 3.7, 3.9, 3.10), continue here. +*Note: For the purposes of the MAX7800X tools, “python3” is not a substitute for “python”. Please install pyenv when “python” does not return version 3.8.x, even if “python3” is available.* + ##### pyenv It is not necessary to install Python 3.8 system-wide, or to rely on the system-provided Python. To manage Python versions, instead use `pyenv` (https://github.com/pyenv/pyenv). @@ -332,7 +335,10 @@ Then continue with the following: $ python -m venv venv --prompt ai8x-training ``` +If this command returns an error message similar to *“The virtual environment was not created successfully because ensurepip is not available,”* please install and initialize [pyenv](#Python 3.8). + On macOS and Linux, including WSL2, activate the environment using + ```shell $ source venv/bin/activate ``` diff --git a/README.pdf b/README.pdf index 2fb9cd42e..35d1229d5 100644 Binary files a/README.pdf and b/README.pdf differ