File tree Expand file tree Collapse file tree 8 files changed +13
-20
lines changed
Expand file tree Collapse file tree 8 files changed +13
-20
lines changed Original file line number Diff line number Diff line change 3939 - name : install snet-cli
4040 run : |
4141 # ./scripts/blockchain install
42- pip3 install -e . --break-system-packages
42+ pip3 install . --break-system-packages
4343
4444 # - name: install platform-contracts
4545 # run: |
Original file line number Diff line number Diff line change 3939 - name : install snet-cli
4040 run : |
4141 # ./scripts/blockchain install
42- pip3 install -e . --break-system-packages
42+ pip3 install . --break-system-packages
4343
4444 # - name: install platform-contracts
4545 # run: |
Original file line number Diff line number Diff line change 1- include snet/cli/resources/proto/*
2- include snet/cli/resources/package.json
1+ include snet/cli/resources/*
32
43recursive-exclude * .git
54recursive-exclude * node_modules
Original file line number Diff line number Diff line change 44
55The package is published in PyPI at the following link:
66
7- | Package | Description |
8- | ----------------------------------------------| ---------------------------------------------------------------------|
9- | [ snet. cli] ( https://pypi.org/project/snet. cli/ ) | Command line interface to interact with the SingularityNET platform |
7+ | Package | Description |
8+ | ------------------------------------------------ | ---------------------------------------------------------------------|
9+ | [ snet- cli] ( https://pypi.org/project/snet- cli/ ) | Command line interface to interact with the SingularityNET platform |
1010
1111## License
1212
@@ -16,7 +16,7 @@ This project is licensed under the MIT License - see the
1616## Getting Started
1717
1818The instruction down below describes the installation of the SingularityNET CLI.
19- Please check our full [ Documentation] ( http ://snet-cli-docs .singularitynet.io/) .
19+ Please check our full [ Documentation] ( https ://dev .singularitynet.io/docs/products/DecentralizedAIPlatform/CLI /) .
2020
2121### Prerequisites
2222
@@ -36,7 +36,7 @@ sudo apt-get install libudev-dev libusb-1.0-0-dev
3636### Install snet-cli using pip
3737
3838``` bash
39- $ pip3 install snet. cli
39+ $ pip3 install snet- cli
4040```
4141
4242
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ jsonschema==4.0.0
1818eth-account == 0.9.0
1919trezor == 0.13.8
2020ledgerblue == 0.1.48
21- snet. contracts == 0.1 .1
21+ snet- contracts == 0.2 .1
2222lighthouseweb3 == 0.1.4
23- cryptography == 43.0.3
23+ cryptography == 43.0.3
Original file line number Diff line number Diff line change 77from snet .cli .utils .utils import compile_proto
88from version import __version__
99
10- PACKAGE_NAME = 'snet. cli'
10+ PACKAGE_NAME = 'snet- cli'
1111
1212
1313this_directory = os .path .abspath (os .path .dirname (__file__ ))
@@ -50,8 +50,7 @@ def run(self):
5050setup (
5151 name = PACKAGE_NAME ,
5252 version = __version__ ,
53- packages = find_namespace_packages (include = ['snet.*' ]),
54- namespace_packages = ['snet' ],
53+ packages = find_namespace_packages (include = ['snet*' ]),
5554 url = 'https://github.com/singnet/snet-cli' ,
5655 author = "SingularityNET Foundation" ,
5756 author_email = "info@singularitynet.io" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = "2.4.0 "
1+ __version__ = "2.4.1 "
You can’t perform that action at this time.
0 commit comments