3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

Fix minor typo in `README.md`

This commit is contained in:
Dan Liew 2016-01-12 11:25:30 +00:00
parent 08139d1ab1
commit 55ea75d0a9

View file

@ -148,7 +148,7 @@ and install Z3 there.
```bash ```bash
virtualenv venv virtualenv venv
source venv/bin/active source venv/bin/activate
python scripts/mk_make.py --python python scripts/mk_make.py --python
cd build cd build
make make