You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to find the tests super easily here, but I'm having a hard time getting all the packages I need to run them. I think we could do with some sort of package management tool that allows people to install all necessary packages in one fell swoop. In Ruby we use Bundler and in JavaScript we use NPM and Bower. I'm no pythonista but I think virtualenv is the most popular tool for this in Python. I couldn't find a requirements.txt in the repo so I'm guessing that hasn't been set up yet. Thoughts?
The text was updated successfully, but these errors were encountered:
I was able to find the tests super easily here, but I'm having a hard time getting all the packages I need to run them. I think we could do with some sort of package management tool that allows people to install all necessary packages in one fell swoop. In Ruby we use Bundler and in JavaScript we use NPM and Bower. I'm no pythonista but I think virtualenv is the most popular tool for this in Python. I couldn't find a
requirements.txt
in the repo so I'm guessing that hasn't been set up yet. Thoughts?The text was updated successfully, but these errors were encountered: