Fix contributing and readme

This commit is contained in:
Antoine Bartuccio 2018-12-18 23:16:00 +01:00
parent acfbdd1ad5
commit 27500a7820
Signed by: klmp200
GPG Key ID: E7245548C53F904B
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Avec cette commande, tu clones le sith AE dans le dossier courant.
```bash
cd Sith
virtualenv --system-site-packages --python=python3 env_sith
virtualenv --system-site-packages --python=python3 env
source env_sith/bin/activate
pip install -r requirements.txt
```

View File

@ -45,7 +45,7 @@ sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-de
On macos, you will need homebrew
```bash
brew install --build-from-source xapian --with-python
brew install xapian
```
If it doesn't work it's because it need [this pull request](https://github.com/Homebrew/homebrew-core/pull/34835) to be validated.