Skip to content

Commit

Permalink
complement information
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerieducret committed Jan 31, 2025
1 parent c2d5af1 commit 805348d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ conda create -n gbmhackathon -y python=3.10
conda activate gbmhackathon
```

4. Clone the repository and install the dependencies.
4. Optional, fork the repository
If you aim to share your code with your team members, consider doing
a fork or create a copy of the actual repository with a new name.

5. Clone the repository and install the dependencies.
```bash
cd /home/ec2-user/SageMaker
git clone https://github.com/owkin/gbm_hackathon.git
Expand Down

0 comments on commit 805348d

Please sign in to comment.