Skip to content

Commit c7b7ca6

Browse files
authored
Update README.md
1 parent cd52eb0 commit c7b7ca6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
PyRex is a tool for visual testing Python regular expression.
88
<br>Based on the re python package, combined with the Qt user interface, it allows a visual display of the results of a regular expression pattern.
99

10-
:warning: **This is a beta version and probably contains some bugs. In that case, please [report the new issue](https://github.com/user0706/PyRex/issues).**
11-
1210
## Prerequisites
1311
After opening the downloaded repository in cmd *(Windows)*/terminal *(Linux/MacOS)*, to install the necessary packages for PyRex operation, enter the following command:
1412
```python
1513
pip install -r requirements.txt --no-index --find-links file:///tmp/packages
14+
(if not, try pip3)
1615
```
1716
## How to run PyRex?
1817
Execute the following commands in cmd *(Windows)*/terminal *(Linux/MacOS)*:
@@ -32,13 +31,11 @@ python main.py
3231
```
3332

3433
## What's new:
34+
- Regex sheet
3535
- Test_string highlighting features
3636

3737
## Screenshots
3838
![](https://github.com/user0706/PyRex/blob/feature/test-string-highlighting/Example.png?raw=true)
3939

4040
## To-Do
41-
- [ ] Fill groups in real-time in pattern areas
42-
- [ ] Fill the matched groups in the test string area in real time
43-
- [ ] Display match results in real time
4441
- [ ] Code generator

0 commit comments

Comments
 (0)