-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from IBM/0.1.1.0b0
Release 0.1.1.0
- Loading branch information
Showing
44 changed files
with
7,935 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# DSE_DO_Dashboard - PyCharm Project setup | ||
|
||
## Install environment and dependencies | ||
1. File -> Settings -> Project -> Python Interpreter | ||
Create a new virtual environment | ||
2. Let `requirements.txt` install the dependencies | ||
|
||
## Test the dse-do-dashboard package | ||
In the `test` folder, add dashboard tests. | ||
In order for the test to be able to do a regular import, add the `test` folder as a content root / source folder to the project | ||
|
||
## Add dependency on dse-do-utils | ||
Add the dse-do-utils root as a source folder to the project | ||
1. File -> Settings -> Project -> Project Structure | ||
2. Add Content Root | ||
This allows us to develop the both packages in combination. Change the dse-do-utils and test in the dse-do-dashboard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.