small fixes for the manual

This commit is contained in:
Axel Kohlmeyer
2024-12-14 17:12:51 -05:00
parent c9d0ebadd9
commit afe0d94122
3 changed files with 3 additions and 5 deletions

View File

@ -103,6 +103,7 @@ Tutorials howto
Howto_github Howto_github
Howto_lammps_gui Howto_lammps_gui
Howto_moltemplate Howto_moltemplate
Howto_python
Howto_pylammps Howto_pylammps
Howto_wsl Howto_wsl

View File

@ -76,7 +76,7 @@ Next install the LAMMPS Python package into your current Python installation wit
Installation inside of a virtual environment Installation inside of a virtual environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can use virtual environemnts to create a custom Python environment You can use virtual environments to create a custom Python environment
specifically tuned for your workflow. specifically tuned for your workflow.
Benefits of using a virtualenv Benefits of using a virtualenv

View File

@ -14,7 +14,7 @@ The easiest way to install it is via ``pip``:
.. code-block:: bash .. code-block:: bash
pip install jupyter pip install --user jupyter
To launch an instance of Jupyter simply run the following command inside your To launch an instance of Jupyter simply run the following command inside your
Python environment: Python environment:
@ -23,9 +23,6 @@ Python environment:
jupyter notebook jupyter notebook
.. _ipython: https://ipython.org/
.. _jupyter: https://jupyter.org/
Interactive Python Examples Interactive Python Examples
--------------------------- ---------------------------