Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Getting_started

Florian Vaneste edited this page Sep 16, 2020 · 9 revisions

Getting started

Before starting, make sure that python and the matplotlib library are installed on your computer.

If not, refer to the following section.

Install dependencies

Install Python 3

Here is the link to download python.

Install Matplotlib

Python 3 has to be installed to install this library.

Once done, open your terminal and enter :

pip install matplotlib

Note: pip is automatically installed if Python >= 2.7.9 or Python 3 >= 3.4 is installed on your computer.

Import PySequences

First, download the PySequences files.

Unzip it, and just copy-paste "pySequences.py" in your python project folder.

Then, write this line at the start of your python files to use the PySequences module:

from pySequences import *


Back to top ⮥

Clone this wiki locally