cosmicpython / code

Example application code for the python architecture book
Other
2.07k stars 922 forks source link

fix requirements installation command for local virtualenv in README #42

Closed diegopego closed 2 years ago

hjwp commented 2 years ago

I haven't found this necessary -- what operating system are you on?

diegopego commented 2 years ago

Ubuntu 20.04

hjwp commented 2 years ago

try

apt-get install python3-full

?

diegopego commented 2 years ago

It works!