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 think if you do python setup.py develop in each repository, you shouldn't need to pre-install dependencies, so maybe the docs should just remove this.
https://spinnakermanchester.github.io/development/devenv6.0.html
List as dependencies
rig
future
futures
six
enum34
enum-compat
tzlocal
as do many of our requirements.txt
There are so stragglers in code such as
from future import print_function
from six import add_metaclass
The text was updated successfully, but these errors were encountered: