Skip to content

Commit cff17bc

Browse files
authored
Update README with Windows installation note
Added a note about potential writing access issues for Windows users when installing the package.
1 parent fe918fe commit cff17bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

UnitMatchPy/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ pip install "UnitMatchPy[full,notebooks]"
5050
First, open a terminal and navigate to this folder (the one containing `pyproject.toml`). The `pip install -e` command must be run from here:
5151

5252
```bash
53-
# Windows (PowerShell)
53+
# Windows (PowerShell) - note; you may have to give writing access to the specific CONDA environment via Windows Security → Virus & threat protection → Ransomware protection → Manage ransomware protection. For example, if the below steps result in "could not create 'UnitMatchPy.egg-info'"
54+
55+
Look at Controlled folder access:
5456
cd $HOME\Documents\GitHub\UnitMatch\UnitMatchPy
5557

5658
# macOS / Linux

0 commit comments

Comments
 (0)