Watson
Watson copied to clipboard
Add run on repl.it badge to README
This pull request configures this repository to be run on Repl.it.It adds a .replit
configuration file and a Repl.it badge to the README
. This will allow viewers of the repository to click the run on Repl.it button and be able to use ddgr inside the Repl.it environment.
You can read more about running repos on Repl.it here, or view the Repl here.
Why not, but it doesn't seem to be working out of the box. I got it working by doing pip install td-watson
, but I'm not sure that's the intent of repl.it.
You need to click the run button and it should be installed automatically 😁.
Not sure to see the point of using repl.it with Watson. Can you explain what are you trying to solve using such service?
The point of using Repl.it with Watson is for new users to be able to quickly experiment with Watson using the command line on a new and quickly set up environment instead of having to download and set up Watson inside a user's computer.