Skip to content

Commit

Permalink
Merge pull request #4 from ayrna/development
Browse files Browse the repository at this point in the history
README modification
  • Loading branch information
franberchez authored Nov 20, 2023
2 parents 8d1ceb5 + 396c0a4 commit 6f0322a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

You can install **dlordinal** directly from the GitHub repository using the following command in your terminal:

pip install git+https://github.com/franberchez/dlordinal.git@main
pip install git+https://github.com/ayrna/dlordinal.git@main

Also, you can clone the repository and then install the library from the local repository folder:

cd ~
git clone git@github.com:franberchez/dlordinal.git
git clone git@github.com:ayrna/dlordinal.git
pip install -e ~/dlordinal

Using the -e argument with pip install, does an editable installation, allowing the changes obtained through the repository to be automatically applied to the installed version of the library.

0 comments on commit 6f0322a

Please sign in to comment.