Merge pull request #25 from Meatballs1/readme_fix
Fix clone url and add comment about docker
This commit is contained in:
@@ -20,14 +20,14 @@ To avoid running into issues later with your default python installs, it's recom
|
|||||||
```bash
|
```bash
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
git clone https://github.com/osresearch/hcpy
|
git clone https://github.com/hcpy2-0/hcpy
|
||||||
cd hcpy
|
cd hcpy
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the Python dependencies; the `sslpsk` one is a little weird
|
Install the Python dependencies; the `sslpsk` one is a little weird
|
||||||
and we might need to revisit it later.
|
and we might need to revisit it later.
|
||||||
|
|
||||||
|
Alternatively an environment can be built with docker and/or docker-compose which has the necessary dependencies.
|
||||||
|
|
||||||
### For Mac Users
|
### For Mac Users
|
||||||
Installing `sslpsk` needs some extra steps:
|
Installing `sslpsk` needs some extra steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user