Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: code/lego-parts-csv2md: Minor improvements to README.md #369

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/lego-parts-csv2md/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The tool is written as a Python [Jupyter Notebook](https://jupyter.org) and can

## Python environment

Obviously you need to have `python3` installed on your system. In case you haven't it you can follow instructions from [python.org](https://www.python.org) or any tutorial you can find in the internet.
Obviously you need to have `python3` installed on your system. In case you haven't it you can follow the instructions from [python.org](https://www.python.org) or any tutorial you can find in the internet.

Since this tool depends on a few libraries we suggest to create a [virtual environment](https://docs.python.org/3/library/venv.html) where to install those libraries keeping your system clean.

Expand Down Expand Up @@ -70,7 +70,7 @@ Select the `Run All` menu entry and wait...
> **ATTENTION**
>
> The first time you try to run app, VSC will ask to install other needed libraries.
> In particular it need to install `ipykernel` to be able to run your _Jupyther Notebook_ app.
> In particular it need to install `ipykernel` to be able to run your _Jupyter Notebook_ app.
>
> **Accept the automatic installation of all extensions**
>
Expand Down