Skip to content

Installation

S41R4J edited this page Aug 12, 2023 · 3 revisions

In this section, you will find step-by-step instructions to install the simpex library on your system. This process is straightforward and ensures that you have everything you need to get started with effortless regex pattern generation.

  1. You need python3 installed. You can get the python3 installation instructions and files here.

  2. Read pip3 installation instructions (if not already installed with python3) from here.

  3. Now in command line (windows) or terminal (linux/unix/mac), type the following command to install the simpex library:

pip install simpex

OR

pip3 install simpex
Clone this wiki locally