Performed minor edits

This commit is contained in:
2024-04-23 13:53:17 +02:00
parent ceb8a34ee0
commit 2845b4c8ab

View File

@ -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: 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 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. 2. Open an Anaconda Prompt (Anaconda3) as administrator, and set the current directory to the path of the project's folder.