Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 376 Bytes

FAQ.md

File metadata and controls

9 lines (7 loc) · 376 Bytes

Frequently Asked Questions

Q: I am having trouble installing the Python modules. What gives?

A: It could be due to using an OS package manager (like apt) to install pipenv rather than using pip. Please try using pip. Additionally, please ensure that pipenv is available in your path. See issue #49 for an example of related error output and further information.