mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 11:51:20 +00:00
Fix minor typo in `README.md
`
This commit is contained in:
parent
08139d1ab1
commit
55ea75d0a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue