Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored Oct 31, 2023
1 parent e47b44a commit 5cabeb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ pip3 install alfred5 --target=src/libs
sys.path.insert(0, "src/libs")
```
- ![main](https://i.imgur.com/O6rYLQA.png)
- ~ [MindEase Theme](https://marketplace.visualstudio.com/items?itemName=yemreak.mindease-vscode-theme)
- If u want to use different `--target` for ex `.` use `WorkflowClient.run(packagedir=".")`
- Sample of default structure:
- ![structure](https://i.imgur.com/doLWDR4.png)
- [~ MindEase Theme](https://marketplace.visualstudio.com/items?itemName=yemreak.mindease-vscode-theme)
- ~ [MindEase Theme](https://marketplace.visualstudio.com/items?itemName=yemreak.mindease-vscode-theme)
- **If u install all of requirements, dont need to create `requirements.txt` file in `src`**
- _If you use `vscode`, add the code that below to `.vscode/settings.json` to debug your file_
- ![vscode](https://i.imgur.com/QeseMTr.png)
- [~ MindEase Theme](https://marketplace.visualstudio.com/items?itemName=yemreak.mindease-vscode-theme)
- ~ [MindEase Theme](https://marketplace.visualstudio.com/items?itemName=yemreak.mindease-vscode-theme)
```json
{
"python.analysis.extraPaths": [
Expand Down

0 comments on commit 5cabeb0

Please sign in to comment.