diff --git a/README.md b/README.md index 6f68105..626d3f4 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Nanomotif is a Python package that provides functionality for identifying methyl To install Nanomotif in your local Python environment, follow these steps: ```shell -python3 -m venv nanomitf -source nanomitf/bin/activate +python3 -m venv nanomotif +source nanomotif/bin/activate pip install nanomotif ```