-
Notifications
You must be signed in to change notification settings - Fork 0
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.
-
You need
python3
installed. You can get the python3 installation instructions and files here. -
Read
pip3
installation instructions (if not already installed with python3) from here. -
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
wiki index: Introduction | Getting Started | Installation | Usage