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
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
The current cli tools is assuming already a lot of things for users. I don't know if it's a good thing or not. What I would have imagined is that we have more something ala pip. https://pip.pypa.io/en/stable/installing/ You get a unique script to run. In the past easy-install (for python) had a bash script (as it is usually the default on a unix/linux computer).
The scenario would be.
welcome short message
Asking if you want to clone the webcompat.com repo and/or point to an existing repo you already have. Cloning the repo would ask you where you want to put it or propose a default location. Example: ~/code/
Check your version of python 2, check your version of nodejs
install virtual environment.
start the virtual environment
install the python modules
install the node modules
then goes on to configuration files
Configure paths for the project.
(optional) Configure oauth credentials.
Possibility to exit at any time.
The text was updated successfully, but these errors were encountered:
The current cli tools is assuming already a lot of things for users. I don't know if it's a good thing or not. What I would have imagined is that we have more something ala pip. https://pip.pypa.io/en/stable/installing/ You get a unique script to run. In the past easy-install (for python) had a bash script (as it is usually the default on a unix/linux computer).
The scenario would be.
~/code/
Possibility to exit at any time.
The text was updated successfully, but these errors were encountered: