From 0f555e1689fea32a272d9ef622661b986db193c1 Mon Sep 17 00:00:00 2001 From: "Jose M. Pizarro" <112697669+JosePizarro3@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:36:49 +0200 Subject: [PATCH] Fix README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d73a982..b870979 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ pip install nomad-parser-wannier90 --index-url https://gitlab.mpcdf.mpg.de/api/v If you want to develop locally this package, clone the project and in the workspace folder, create a virtual environment (note this project uses Python 3.9): ```sh -git clone https://github.com/nomad-coe/nomad-simulations.git -cd nomad-simulations +git clone https://github.com/nomad-coe/nomad-parser-wannier90.git +cd nomad-parser-wannier90 python3.9 -m venv .pyenv . .pyenv/bin/activate ``` @@ -165,4 +165,4 @@ Once you modify your `nomad.yaml` file adding `include`, all the default plugins ---- -This `nomad`_ plugin was generated with `Cookiecutter`_ along with `@nomad`_'s `cookiecutter-nomad-plugin`_ template. \ No newline at end of file +This `nomad`_ plugin was generated with `Cookiecutter`_ along with `@nomad`_'s `cookiecutter-nomad-plugin`_ template.