Skip to content

Picframe on something else than a raspberry pi #442

Answered by paddywwoof
ArthurHuyghe asked this question in Q&A
Discussion options

You must be logged in to vote

Arthur, I've just done a quick test here. In many ways it's easier on a laptop as there's a whole lot of stuff already installed and you're not having to mess around getting the display to start automatically without mouse or keyboard there. I basically:

  1. I already had a folder for my hacking, so I did all this in /home/patrick/python
  2. Created a new venv with python3 -m venv /home/patrick/python/venv_picframe
  3. Switched to the new venv with source /home/patrick/python/venv_picframe/bin/activate
  4. Installed picframe with python -m pip install picframe
  5. NB this next is something we will probably have to fix as distutils has been deprecated from python3.10 and removed from python3.12 @helgeerbe , …

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ArthurHuyghe
Comment options

Answer selected by ArthurHuyghe
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants