Closed jnothman closed 3 years ago
This is already fixed:
$ mkdir beeware $ cd beeware $ python3 -m venv venv $ source venv/bin/activate (venv) $ pip install --pre beeware
Confirmed; looks like we've fixed this along the way.
This is already fixed: