bbc / RadioVisDemo

RadioDNS and RadioVIS Slideshow Protocol Demo
https://www.bbc.co.uk/rd/projects/radiovis
Apache License 2.0
27 stars 12 forks source link

Add a requirements.txt file #2

Closed njh closed 4 years ago

njh commented 7 years ago

To make it easier to install dependencies

(whatever the equivalent is in Python for bundle install)

njh commented 5 years ago

Added in 330a4d03620ddc06991b94e7ebce3f39585b775a

njh commented 5 years ago

See #13

chrisn commented 5 years ago

I tried pip install --user -r requirements.txt on Linux and got all kinds of errors. It'd be great if it worked there too, but installing wxPython via pip seems difficult ... https://wxpython.org/blog/2017-08-17-builds-for-linux-with-pip/index.html

njh commented 5 years ago

Oh, hm. It worked in Travis for me, which is Linux (Ubuntu 18 - Bionic Beaver). But it did take a very long time.

Is there any further work / improvements to do to requirements.txt or shall I close this issue?

chrisn commented 5 years ago

On Ubuntu 18, it's probably preferable to install using sudo apt-get install -y python-wxgtk4.0 rather than through requirements.txt. I'll tweak the Travis config to see if we can get that to work.

chrisn commented 4 years ago

Resolved in the v2.0 release