Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in requirements.md #171

Open
wants to merge 1 commit into
base: 1.0.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installation/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TradeMaster works on Linux, Windows and MacOS for both CPU and GPU, which requires Python 3.9+, CUDA 11.3+ and PyTorch 1.12+. If you have not installed CUDA, please download it from the [official website](https://developer.nvidia.com/cuda-11.3.0-download-archive)

__Download and install Miniconda__ from the [official website](https://docs.conda.io/en/latest/miniconda.html).
## Ceate a conda environment and activate it
## Create a conda environment and activate it

```
conda update -n base -c defaults conda
Expand Down