3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 22:05:36 +00:00

Merge pull request from delcypher/typo_readme

Fix minor typo in ``README.md``
This commit is contained in:
Christoph M. Wintersteiger 2016-01-12 12:28:18 +00:00
commit 905fa56120

View file

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