You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,8 +45,8 @@ Welcome! Bittensor is an open source platform on which you can produce competiti
45
45
46
46
The Opentensor Foundation (OTF) provides all the open source tools, including this Bittensor SDK, the codebase and the documentation, with step-by-step tutorials and guides, to enable you to participate in the Bittensor ecosystem.
This Bittensor SDK contains ready-to-use Python packages for interacting with the Bittensor ecosystem, writing subnet incentive mechanisms, subnet miners, subnet validators and querying the subtensor (the blockchain part of the Bittensor network).
@@ -74,7 +74,7 @@ This Bittensor SDK codebase is for the Bittensor platform only, designed to help
74
74
75
75
## Release Notes
76
76
77
-
See [Bittensor SDK Release Notes](https://docs.bittensor.com/bittensor-rel-notes).
77
+
See [Bittensor SDK Release Notes](https://docs.learnbittensor.org/bittensor-rel-notes).
The macOS preinstalled CPython installation is compiled with LibreSSL instead of OpenSSL. There are a number
99
99
of issues with LibreSSL, and as such is not fully supported by the libraries used by bittensor. Thus we highly recommend, if
100
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
101
+
[if installing from precompiled wheels (default)] require the Homebrew-installed OpenSSL package. If you choose to use
102
102
the preinstalled Python version from macOS, things may not work completely.
103
103
104
104
### Installation
@@ -253,7 +253,7 @@ pytest tests/unit_tests
253
253
-`LOCALNET_SH_PATH`- path to `localnet.sh` script in cloned subtensor repository (for legacy runner);
254
254
-`BUILD_BINARY`- (`=0`or`=1`) - used with`LOCALNET_SH_PATH`for build ornot before start localnet node (for legacy runner);
255
255
-`USE_DOCKER`- (`=0`or`=1`) - used if you want to use specific runner to run e2e tests (for docker runner);
256
-
-`FAST_BLOCKS`- (`=0`or`=1`) - allows you to run a localnet node in fast or non-fast blocks mode (for both types of runers).
256
+
-`FAST_BLOCKS`- (`=0`or`=1`) - allows you to run a localnet node in fast or non-fast blocks mode (for both types of runners).
257
257
-`SKIP_PULL`- used if you are using a Docker image, but for some reason you want to temporarily limit the logic of updating the image from the repository.
0 commit comments