Update missing readmes and circleci

- Some apps intances were not removed
- requeriment paths were wrong in circleci and some apps path needed to be removed
This commit is contained in:
Sergi Delgado Segura
2020-03-18 12:17:31 +01:00
parent 90ec15923e
commit 6d6fa9f728
5 changed files with 33 additions and 22 deletions

View File

@@ -8,6 +8,7 @@
- `python3`
- `pip3`
- `bitcoind`
### Checking if the dependencies are already satisfied
@@ -47,6 +48,11 @@ A similar thing to the `python` alias applies to the `pip` alias. We can check i
And, if it happens to be installed, change the alias to `pip3`, or use `pip3` instead of `pip`.
### Installing bitcoind
`teos` runs on top of a Bitcoin Core node. Other underlaying Bitcoin nodes are not supported at the moment.
You can get Bitcoin Core from [bitcoin.org](https://bitcoin.org/en/download).
### Installing the dependencies