Skip to content
Snippets Groups Projects
Commit 497e04ce authored by Leo's avatar Leo
Browse files

fix(README): change install from repo to build from source

parent 8c811694
Branches
No related tags found
No related merge requests found
Pipeline #291434 failed
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1724140762915</updated> <updated>1724140762915</updated>
<workItem from="1724140765116" duration="10726000" /> <workItem from="1724140765116" duration="10726000" />
<workItem from="1724224393281" duration="7443000" /> <workItem from="1724224393281" duration="7695000" />
</task> </task>
<servers /> <servers />
</component> </component>
......
...@@ -21,21 +21,17 @@ $ pip install gpm --index-url https://gitlab.stud.idi.ntnu.no/api/v4/projects/28 ...@@ -21,21 +21,17 @@ $ pip install gpm --index-url https://gitlab.stud.idi.ntnu.no/api/v4/projects/28
$ pipx install gpm --index-url https://gitlab.stud.idi.ntnu.no/api/v4/projects/28445/packages/pypi/simple $ pipx install gpm --index-url https://gitlab.stud.idi.ntnu.no/api/v4/projects/28445/packages/pypi/simple
``` ```
## Build from setup ## Build from source
```bash ```bash
$ git clone $ git clone
$ cd gpm-git-profile-manager $ cd gpm-git-profile-manager
$ python -m install dist/gpm-0.1.0-py3-none-any.whl # !NB Install poetry first!
$ poetry build
# Install the package
$ pip install dist/gpm-0.1.0-py3-none-any.whl
# or # or
$ pipx install dist/gpm-0.1.0-py3-none-any.whl $ pipx install dist/gpm-0.1.0-py3-none-any.whl
# or
# Download https://gitlab.stud.idi.ntnu.no/idata1004_gr6/gpm-git-profile-manager/-/raw/main/dist/gpm-0.1.0.tar.gz?ref_type=heads
# and run
$ pip install gpm-0.1.0.tar.gz
# or
# Download https://gitlab.stud.idata1004_gr6/gpm-git-profile-manager/-/raw/main/dist/gpm-0.1.0-py3-none-any.whl?ref_type=heads
# and run
$ pip install gpm-0.1.0-py3-none-any.whl
``` ```
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment