beeware / podium

A Markdown-based native presentation tool
BSD 3-Clause "New" or "Revised" License
182 stars 28 forks source link

Readme should tell the user to install briefcase before telling them to use it #34

Closed jnothman closed 3 years ago

oz123 commented 3 years ago

This is already fixed:

$ mkdir beeware
$ cd beeware
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install --pre beeware
freakboy3742 commented 3 years ago

Confirmed; looks like we've fixed this along the way.