@@ -58,32 +58,25 @@ As opposed to traditional smart contracts, Valory apps go beyond simple, purely
58
58
3 . Then, build your services as described in the [ docs] ( https://docs.autonolas.network/ ) .
59
59
60
60
61
- ## Requirements for Framework Developers
62
-
63
- Ensure your machine satisfies the following requirements:
64
-
65
- - Python ` >= 3.7 `
66
- - [ Tendermint] ( https://docs.tendermint.com/master/introduction/install.html ) ` ==0.34.19 `
67
- - [ IPFS node] ( https://docs.ipfs.io/install/command-line/#official-distributions ) ` ==v0.6.0 `
68
- - [ Pip] ( https://pip.pypa.io/en/stable/installation/ )
69
- - [ Pipenv] ( https://pipenv.pypa.io/en/latest/install/ ) ` >=2021.x.xx `
70
- - [ Go] ( https://go.dev/doc/install ) ` ==1.17.7 `
71
- - [ Kubectl] ( https://kubernetes.io/docs/tasks/tools/ )
72
- - [ Docker Engine] ( https://docs.docker.com/engine/install/ )
73
- - [ Docker Compose] ( https://docs.docker.com/compose/install/ )
74
- - [ Skaffold] ( https://skaffold.dev/docs/install/#standalone-binary ) ` >= 1.39.1 `
75
- - [ Gitleaks] ( https://github.com/zricethezav/gitleaks/releases/latest )
76
-
77
-
78
61
## For developers contributing to the framework: Install from Source
79
62
80
- - Clone the repository, and recursively clone the submodules :
63
+ - Ensure your machine satisfies the following requirements :
81
64
82
- git clone --recursive [email protected] :valory-xyz/open-autonomy.git
65
+ - Python ` >= 3.7 `
66
+ - [ Tendermint] ( https://docs.tendermint.com/master/introduction/install.html ) ` ==0.34.19 `
67
+ - [ IPFS node] ( https://docs.ipfs.io/install/command-line/#official-distributions ) ` ==v0.6.0 `
68
+ - [ Pip] ( https://pip.pypa.io/en/stable/installation/ )
69
+ - [ Pipenv] ( https://pipenv.pypa.io/en/latest/install/ ) ` >=2021.x.xx `
70
+ - [ Go] ( https://go.dev/doc/install ) ` ==1.17.7 `
71
+ - [ Kubectl] ( https://kubernetes.io/docs/tasks/tools/ )
72
+ - [ Docker Engine] ( https://docs.docker.com/engine/install/ )
73
+ - [ Docker Compose] ( https://docs.docker.com/compose/install/ )
74
+ - [ Skaffold] ( https://skaffold.dev/docs/install/#standalone-binary ) ` >= 1.39.1 `
75
+ - [ Gitleaks] ( https://github.com/zricethezav/gitleaks/releases/latest )
83
76
84
- Note: to update the Git submodules later :
77
+ - Clone the repository :
85
78
86
- git submodule update --init --recursive
79
+ git clone [email protected] :valory-xyz/open-autonomy.git
87
80
88
81
- Pull pre-built images:
89
82
0 commit comments