mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix README markup
This commit is contained in:
parent
7a0c398fd7
commit
3871c9dafd
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
|
@ -7,7 +7,7 @@ View your references while you art!
|
|||
Installation via Python & pip
|
||||
-----------------------------
|
||||
|
||||
At the moment, you need to have a working Python 3 environment to install BeeRef.
|
||||
At the moment, you need to have a working Python 3 environment to install BeeRef. Run the following command to install the development version::
|
||||
|
||||
pip install git+https://github.com/rbreu/beeref.git
|
||||
|
||||
|
|
@ -19,20 +19,20 @@ Notes for developers
|
|||
|
||||
BeeRef is written in Python and PyQt6.
|
||||
|
||||
Clone the repository and install beeref and its dependencies:
|
||||
Clone the repository and install beeref and its dependencies::
|
||||
|
||||
git clone https://github.com/rbreu/beeref.git
|
||||
pip install -e beeref
|
||||
|
||||
Install additional development requirements:
|
||||
Install additional development requirements::
|
||||
|
||||
cd beeref
|
||||
pip install -r requirements/dev.txt
|
||||
|
||||
Run unittests with:
|
||||
Run unittests with::
|
||||
|
||||
pytest .
|
||||
|
||||
Run codechecks with:
|
||||
Run codechecks with::
|
||||
|
||||
flake8 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue