Skip to content

Commit

Permalink
docs. add vscode testing tips (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
halloju authored Oct 31, 2021
1 parent 57305d5 commit 72bd9b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Read and try it on [jupiter notebook](https://github.com/twonote/solid-file-pyth

Solid is a specification that lets people store their data securely in decentralized data stores called Pods. Learn more about Solid on [solidproject.org](https://solidproject.org/).

# Test setting
If you run the tests on terminal using VS Code as the editor, you need to add this line `"terminal.integrated.env.osx": {"PYTHONPATH": "${workspaceFolder}"}` to `/.vscode/setting.json` to make it work.

# Credit
This project is inspired by (and porting from) [jeff-zucker/solid-file-client](https://github.com/jeff-zucker/solid-file-client)
I want to thank the original authors and the community who worked to build that lovely project for Solid ecosystem.

0 comments on commit 72bd9b9

Please sign in to comment.