Rename files to have clearer paths

This commit is contained in:
Matthias
2020-09-04 07:12:08 +02:00
parent 32005b886a
commit 1406691945
6 changed files with 364 additions and 366 deletions

View File

@@ -220,11 +220,7 @@ conda env create -f environment.yml
```
-----
Now you have an environment ready, the next step is
[Bot Configuration](configuration.md).
-----
## Troubleshooting
### MacOS installation error
@@ -237,4 +233,9 @@ For MacOS 10.14, this can be accomplished with the below command.
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
```
If this file is inexistant, then you're probably on a different version of MacOS, so you may need to consult the internet for specific resolution details.
If this file is inexistent, then you're probably on a different version of MacOS, so you may need to consult the internet for specific resolution details.
-----
Now you have an environment ready, the next step is
[Bot Configuration](configuration.md).