Skip to content

Commit d8440a2

Browse files
authored
Merge pull request #64 from martinezcoder/master
Add steps on macOS troubleshotting
2 parents 6b468fc + 3fff926 commit d8440a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Python, which the EBCLI Installer depends on, requires the following prerequisit
3333
- **macOS**
3434

3535
```shell
36-
openssl zlib readline
36+
Xcode openssl zlib readline
3737
```
3838

3939
------
@@ -100,7 +100,7 @@ In **PowerShell** or in a **Command Prompt** window:
100100
- **Windows**
101101

102102
- In PowerShell, if you encounter an error with the message "execution of scripts is disabled on this system", set the [execution policy](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-6) to `"RemoteSigned"` and then rerun `bundled_installer`.
103-
103+
104104
```ps1
105105
Set-ExecutionPolicy RemoteSigned
106106
```

0 commit comments

Comments
 (0)