File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The `tools/install-pepc` script is the simplest way to install `pepc`. It takes
5353everything: installing OS dependencies, creating the Python virtual environment, configuring
5454shell tab completions, man pages, and adding a ` sudo ` alias if needed.
5555
56- First, clone the repository to get the script.
56+ Clone the repository to get the installation script:
5757
5858``` bash
5959git clone https://github.com/intel/pepc.git
@@ -63,18 +63,18 @@ cd pepc
6363** Install the latest release from GitHub**
6464
6565Run ` tools/install-pepc ` without arguments. It fetches and installs the latest ` pepc ` release
66- directly from GitHub. No additional options needed .
66+ directly from GitHub. The local clone is only used to run the script .
6767
6868``` bash
6969./tools/install-pepc
7070```
7171
7272** Install from a local clone**
7373
74- Use ` --src-path ` with the path to the cloned repository to install from local sources instead.
74+ Use ` --src-path ` to install from the local clone instead.
7575
7676``` bash
77- ./tools/install-pepc --src-path /path/to/pepc
77+ ./tools/install-pepc --src-path .
7878```
7979
8080The script adds ` pepc ` configuration to your ` ~/.bashrc ` . Re-login or source ` ~/.bashrc ` to apply
You can’t perform that action at this time.
0 commit comments