mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Fix contributing and readme
This commit is contained in:
parent
acfbdd1ad5
commit
27500a7820
@ -19,7 +19,7 @@ Avec cette commande, tu clones le sith AE dans le dossier courant.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd Sith
|
cd Sith
|
||||||
virtualenv --system-site-packages --python=python3 env_sith
|
virtualenv --system-site-packages --python=python3 env
|
||||||
source env_sith/bin/activate
|
source env_sith/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
@ -45,7 +45,7 @@ sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-de
|
|||||||
On macos, you will need homebrew
|
On macos, you will need homebrew
|
||||||
|
|
||||||
```bash
|
```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.
|
If it doesn't work it's because it need [this pull request](https://github.com/Homebrew/homebrew-core/pull/34835) to be validated.
|
||||||
|
Loading…
Reference in New Issue
Block a user