mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 01:46:39 +00:00
Merge pull request #414 from delcypher/typo_readme
Fix minor typo in ``README.md``
This commit is contained in:
commit
905fa56120
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