Skip to content

Commit 533aa74

Browse files
authored
summary1.rst spelling
1 parent c52c46f commit 533aa74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/summary1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Summary
1717
- Install packages and use isolated environments
1818
- With a virtual environment you can tailor an environment with specific versions for Python and packages, not interfering with other installed python versions and packages.
1919
- Make it for each project you have for reproducibility.
20-
- There are different tools to create virtual environemnts.
20+
- There are different tools to create virtual environments.
2121
- ``virtualenv`` and ``venv``
2222
- install packages with ``pip``.
2323
- the flag ``--system-site-packages`` includes preinstalled packages as well
@@ -47,7 +47,7 @@ Summary
4747
- Spyder
4848
- Best available at LUNARC
4949
- Possible at the others through virtual environments (pip) or Conda (not HPC2N)
50-
- VScode: perhaps shown tomorrow
50+
- VSCode: perhaps shown tomorrow
5151

5252
- Matplotlib
5353
- Matplotlib is the essential Python data visualization package, with nearly 40 different plot types to choose from depending on the shape of your data and which qualities you want to highlight.

0 commit comments

Comments
 (0)