callumfrance / brailler

A controller that allows a user to both read and write Braille to a computer without requiring any sight, voice, or hearing.
MIT License
0 stars 0 forks source link

venv is not recognizing the louis library #1

Closed callumfrance closed 4 years ago

callumfrance commented 4 years ago

Need to find a way of either importing the louis library for the venv, or getting the venv to point to the existing louis library on the computer.

Solving this problem would then enable the creation of a Makefile. It will also affect how the program can be tested.

callumfrance commented 4 years ago

Adding this path in the makefile ensures that the local libraries on the device (including the python louis library) are referenced within the venv.

This means that by running make test, you can test the program in venv whilst also using the louis library without having to worry about something like a venv pip install and then a subsequent configuration.