File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# LuxOS Tools Repository
2
2
3
- > ** WARNING** There are references into the PR luxos-code-refactoring-ii
3
+ > ** WARNING** There are references into the PR luxos-code-refactoring
4
4
5
5
This repository contains scripts we built to operate and troubleshoot miners running LuxOS.
6
6
@@ -11,14 +11,14 @@ There are few ways to install the luxos package:
11
11
1 . Using pip (suggested for end-users):
12
12
``` shell
13
13
pip install luxos
14
- pip install git+https://github.com/LuxorLabs/luxos-tooling.git@pr/luxos-code-refactoring-ii
14
+ pip install git+https://github.com/LuxorLabs/luxos-tooling.git@pr/luxos-code-refactoring
15
15
```
16
16
Using pip gives you access to the cli commands ` luxos ` and ` health-checker ` as well
17
17
the ability to import in python the ` import luxos.api ` api for luxos.
18
18
19
19
2 . A single drop in file (for support):
20
20
``` shell
21
- curl -LO https://github.com/LuxorLabs/luxos-tooling/raw/pr/luxos-code-refactoring-ii /luxos.pyz
21
+ curl -LO https://github.com/LuxorLabs/luxos-tooling/raw/pr/luxos-code-refactoring/luxos.pyz
22
22
```
23
23
These are two standalone [ zipapp] ( https://docs.python.org/3/library/zipapp.html ) files, you can use
24
24
from the command line as ` python luxos.pyz ` , no dependencies beside a recent-* ish* python
You can’t perform that action at this time.
0 commit comments