mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
doc tweaks
This commit is contained in:
parent
a85698d792
commit
f0f2da0f56
3 changed files with 8 additions and 7 deletions
|
@ -15,9 +15,9 @@ Pre-built Python packages are available on PyPI. They are useful if you wish to:
|
|||
- Get code completion when developing add-ons
|
||||
- Make command line scripts that modify .anki2 files via Anki's Python libraries
|
||||
|
||||
You will need Python 3.8 or 3.9 installed. If you do not have Python yet, please
|
||||
see the platform-specific instructions in the "Building from source" section below
|
||||
for more info.
|
||||
You will need the 64 bit version of Python 3.8 or 3.9 installed. If you do not
|
||||
have Python yet, please see the platform-specific instructions in the "Building
|
||||
from source" section below for more info.
|
||||
|
||||
**Mac/Linux**:
|
||||
|
||||
|
|
|
@ -19,8 +19,9 @@ $ brew install rsync bazelisk
|
|||
|
||||
**Install Python 3.8**:
|
||||
|
||||
Install Python 3.8 from <https://python.org>. You may be able to use
|
||||
the Homebrew version instead, but this is untested.
|
||||
Install Python 3.8 from <https://python.org>. We have heard reports
|
||||
of issues with pyenv and homebrew, so the package from python.org is
|
||||
the only recommended approach.
|
||||
|
||||
Python 3.9 is not currently recommended, as pylint does not support it yet.
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ components enabled on the right.
|
|||
|
||||
**Python 3.8**:
|
||||
|
||||
Download Python 3.8 from <https://python.org>. Run the installer, and
|
||||
customize the installation. Select "install for all users", and choose
|
||||
Download the 64 bit Python 3.8 from <https://python.org>. Run the installer,
|
||||
and customize the installation. Select "install for all users", and choose
|
||||
the install path as c:\python. Currently the build scripts require
|
||||
Python to be installed in that location.
|
||||
|
||||
|
|
Loading…
Reference in a new issue