File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,14 @@ python3 -m pip install --upgrade bittensor
94
94
95
95
## Install on macOS and Linux
96
96
97
+ ### Note for macOS users
98
+ The macOS preinstalled CPython installation is compiled with LibreSSL instead of OpenSSL. There are a number
99
+ of issues with LibreSSL, and as such is not fully supported by the libraries used by bittensor. Thus we highly recommend, if
100
+ you are using a Mac, to first install Python from [ Homebrew] ( https://brew.sh/ ) . Additionally, the Rust FFI bindings
101
+ [ if installing from precompiled wheels (default)] require the Homebrew-installed OpenSSL pacakge. If you choose to use
102
+ the preinstalled Python version from macOS, things may not work completely.
103
+
104
+ ### Installation
97
105
You can install Bittensor SDK on your local machine in either of the following ways. ** Make sure you verify your installation after you install** :
98
106
- [ Install using a Bash command] ( #install-using-a-bash-command ) .
99
107
- [ Install using ` pip3 install ` ] ( #install-using-pip3-install )
You can’t perform that action at this time.
0 commit comments