Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 421 Bytes

ACM Regex Golf

Based loosely on Regex Tuesday. Created by the WPI ACM Chapter.

Installation (Ubuntu 12.04 LTS)

Install the required packages:

sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev

Create a virtual environment, activate it and run

pip install -r requirements.txt