Skip to content

Commit

Permalink
add note about setup
Browse files Browse the repository at this point in the history
hopefully linkchecker weirdness is temporary, see linkchecker/linkchecker#108 (comment)
  • Loading branch information
matkoniecz committed Aug 13, 2021
1 parent b782d46 commit 2f8ef74
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Reports about inaccuracies, mistakes, dead links, typos etc are welcomed - eithe
Repository is located at [https://github.com/matkoniecz/mapsaregreat.com](https://github.com/matkoniecz/mapsaregreat.com). Code with the development version, published on the Internet during tests is at [https://github.com/matkoniecz/matkoniecz.github.io](https://github.com/matkoniecz/matkoniecz.github.io).

# Notes about maintaining, deploying etc.
## Development dependencies
```
cd "code and content not served directly"
pip3 install -r requirements.txt
```

and, due to [weirdness of one dependency](https://github.com/linkchecker/linkchecker/issues/108#issuecomment-898269896)

```
pip3 install git+https://github.com/linkchecker/linkchecker.git
```

## Validation of code

Expand Down

0 comments on commit 2f8ef74

Please sign in to comment.