Skip to content

Commit 535ecbe

Browse files
committed
Updated documentation for multi-OS testing:
- Removed the warning about Windows not being tested - Added quotation marks around the editable `pip install` command to ensure correct installation
1 parent 761027d commit 535ecbe

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/developer_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Clone the repository::
1919

2020
Install development dependencies::
2121

22-
pip install -e .[testing,docs,pre-commit]
22+
pip install -e ".[testing,docs,pre-commit]"
2323

2424
Running Tests
2525
-------------

docs/getting_started.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ The program assumes the following default unit
5757

5858
Quick start guide
5959
--------------------
60-
.. Warning::
61-
62-
CodeEntropy has not been tested on Windows
6360

6461
A quick and easy way to get started is to use the command-line tool which you can run in bash by simply typing ``CodeEntropy``
6562

0 commit comments

Comments
 (0)