Skip to content

Commit 749f05f

Browse files
committed
Recommending python3 instead of python2
Python2's EOL is coming up so recommending NI Linux RT users use Python3 instead.
1 parent e6c379a commit 749f05f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/installation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ NI Linux RT
4242
.. code-block:: sh
4343
4444
opkg update
45-
opkg install python-pip
46-
pip install nifpga
45+
opkg install python3 python3-misc
46+
# follow the latest instructions to install pip:
47+
# https://pip.pypa.io/en/stable/installing/
48+
python3 -m pip install nifpga

0 commit comments

Comments
 (0)