Skip to content

Commit 8e69235

Browse files
committed
update r3 package, add detail install step
1 parent 3fc578e commit 8e69235

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ print r.match('/foo/bar')
2424
git clone https://github.com/lucemia/pyr3
2525
git submodule init
2626
git submodule update
27-
python setup.py build
27+
cd ./r3
28+
./autogen.sh
29+
./configure
30+
cd ..
31+
python setup.py build_ext --inplace
2832

0 commit comments

Comments
 (0)