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
Right now, several parts of asteroid rely on the readline module to handle command line input. On windows the readline module is not available. We may need to switch over to pyreadline3.
Right now, several parts of asteroid rely on the readline module to handle command line input. On windows the
readlinemodule is not available. We may need to switch over topyreadline3.