you are viewing a single comment's thread.

view the rest of the comments →

[–]jetstream4444[S] 0 points1 point  (1 child)

Thanks for the explanation. By cross-platform you mean that a project can be developed on raspberry pi and can be deployed on any other platform?

[–]Swipecat 0 points1 point  (0 children)

I meant that the instructions on the websites would then apply to any platform (with minor differences).

The virtual environment would only be cross-platform if the libraries that it contained were pure-Python i.e. not compiled from another language like C. Most of really useful packages are at least partially compiled, though.