From 2845b4c8ab6d915afab876512109ae4b09003e13 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Tue, 23 Apr 2024 13:53:17 +0200 Subject: [PATCH] Performed minor edits --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa21db0..861153f 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,10 @@ Python library to work with XPS data campaigns, encoded in HDF5 files. Follow these steps to install and set up the project: -1. Download our GitLab repository, or type the following commands +1. Download our GitLab repository in your gitlab folder, or alternatively open a git bash terminal and run the following commands ``` - cd ~/Documents/GitLab + cd Path/to/GitLab git clone https://gitlab.psi.ch/5505/functionspython.git - conda env create -f environment.yml ``` 2. Open an Anaconda Prompt (Anaconda3) as administrator, and set the current directory to the path of the project's folder.