Skip to content

Commit ca215f7

Browse files
committed
another minor tweak
1 parent 2c52575 commit ca215f7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ dotnet --version # Should be ≥ 6.0
5454
source .venv/bin/activate # On Windows use: .venv\Scripts\activate
5555
```
5656

57-
> You can also use VSCode command: **Python: Create Environment ...** and then **Python: Select Interpreter** to pick your just created **venv** instance. The comparable macOS command is `source venv/bin/activate`.
58-
>
59-
> When done correctly, you should have a `.venv` folder in the root of your project folder. There are other ways to initialize in a global environment; however, this is the recommended approach from [the Python tutorial](https://code.visualstudio.com/docs/python/python-tutorial) I'd mentioned above.
57+
> You can also use VS Code command: **Python: Create Environment ...** and then **Python: Select Interpreter** to pick your just created **venv** instance. When done correctly, you should have a `.venv` folder in the root of your project folder. There are other ways to initialize in a global environment; however, this is the recommended approach from [the Python tutorial](https://code.visualstudio.com/docs/python/python-tutorial) I'd mentioned above.
6058
6159
4. **Install the [`stock-indicators`](https://pypi.org/project/stock-indicators) package** from PyPI
6260

0 commit comments

Comments
 (0)