<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Install :: CS2 course</title><link>https://robark.gitlab.io/install/index.html</link><description>Chapter 1 Install pyFltk Windows, Linux, MacOS, Raspberry Pi OS</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 18 Nov 2020 19:55:04 +0000</lastBuildDate><atom:link href="https://robark.gitlab.io/install/index.xml" rel="self" type="application/rss+xml"/><item><title>MS Windows</title><link>https://robark.gitlab.io/install/windows/index.html</link><pubDate>Mon, 16 Nov 2020 01:07:55 +0000</pubDate><guid>https://robark.gitlab.io/install/windows/index.html</guid><description>Install Python for MS Windows Install a supported version of Python. Usually the last four stable versions are supported. Download the Windows 10 64-bit installer from python.org
After downloading, right click the file and select Run as administrator. Check the Add Python 3.x to PATH box at the bottom Click Custom Installation Click Next Check Install for all users box at the top Click Install Install pyFltk for MS Windows Open a command prompt using cmd or powershell. Run the following command: pip install pyfltk Download FLTK C++ Documentation FLTK C++ documentation has excellent documentation which is easy to read and understand for python.</description></item><item><title>Linux</title><link>https://robark.gitlab.io/install/linux/index.html</link><pubDate>Mon, 16 Nov 2020 02:10:59 +0000</pubDate><guid>https://robark.gitlab.io/install/linux/index.html</guid><description>Install pyFltk for Debian based distros like Ubuntu or Raspberry Pi OS: sudo apt install python3-fltk Install pyFltk for Arch Linux based distros: pyFltk is available in the AUR with command:
yay -S python-pyfltk Building from Source: Download the source tarball from Sourceforge download page Extract the archive file and follow the instructions in the INSTALL file.2. Extract the archive file and follow the instructions in the INSTALL file.</description></item><item><title>macOS</title><link>https://robark.gitlab.io/install/macos/index.html</link><pubDate>Wed, 18 Nov 2020 19:55:04 +0000</pubDate><guid>https://robark.gitlab.io/install/macos/index.html</guid><description>Install pyFltk for macOS Easy method using pip3 Goto Finder -&gt; Applications -&gt; Utilities. Then launch Terminal app Install command line tools by typing the following command into your terminal xcode-select --install Open a browser and goto brew.sh website Install the Homebrew package manager for macOS by pasting the Install Homebrew line on the homepage into your terminal. Once Homebrew is installed, then install the fltk package with the following command: brew install fltk MacOS does not ship with a full Python installation. So you will need to download and install the latest Python 3 64-bit installer from python.org website. Choose one from the last four stable releases.</description></item></channel></rss>