As a developer
I need to set up my development environment on IBM workspace
So that I can enhance the account service
Details and Assumptions
- Setup is provided in a script file
bin/setup.sh
Acceptance Criteria
Given I am on the IBM workspace
When I run the setup script
Then The script runs to completion successfully
And `python` should point to `/home/theia/venv/bin/python`
As a developer
I need to set up my development environment on IBM workspace
So that I can enhance the account service
Details and Assumptions
bin/setup.shAcceptance Criteria