Skip to content

Commit

Permalink
- Updated README file with instructions to switch to the ``develo…
Browse files Browse the repository at this point in the history
…p`` branch if required.
  • Loading branch information
eoyilmaz committed May 29, 2022
1 parent 0d787a8 commit 5ff0e72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ git clone https://github.com/eoyilmaz/displaycal-py3
python -m venv ./displaycal_venv
source ./displaycal_venv/bin/activate # Windows: .\displaycal_venv\Scripts\activate.bat
cd ./displaycal-py3/
```

At this stage you may want to switch to the ``develop`` branch to test some new features
or possibly fixed issues over the ``main`` branch.

```shell
git checkout develop
```

And the rest of the instructions are as followed:

```shell
pip install -r requirements.txt
python -m build
pip install dist/DisplayCAL-3.9.*.whl
Expand Down

0 comments on commit 5ff0e72

Please sign in to comment.