mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Fix pip install instruction for forks in contributing section
This commit is contained in:
parent
6ce4ef46b9
commit
f559a9bfb4
@ -39,7 +39,7 @@ Follow these steps to contribute code:
|
||||
```bash
|
||||
git clone https://github.com/YOUR_USERNAME/jax
|
||||
cd jax
|
||||
pip install -r requirements.txt # Installs all testing requirements.
|
||||
pip install -r build/test-requirements.txt # Installs all testing requirements.
|
||||
pip install -e . # Installs JAX from the current directory in editable mode.
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user