Skip to content

Commit 3de043f

Browse files
committed
install script
1 parent d13cac5 commit 3de043f

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -79,28 +79,23 @@ If you are on Mac:
7979
```
8080
To install PyTorch. For other system, You'll have to visit their [homepage](https://pytorch.org/) to copy/paste the right command to install.
8181

82-
### Ray
82+
### Libs
8383

8484
In some lines of code you might see
85-
86-
```python
87-
from ray import matchbox
85+
```
86+
from forgebox.imports import *
8887
```
8988

90-
or
89+
You can do
9190
```
92-
from ray.lprint import lprint
91+
pip install forgebox
9392
```
9493

95-
Yeah, I listened to my friends any named my tool belt ray.
96-
97-
Ray is a github repository [here](https://github.com/raynardj/ray)
98-
9994
### Contact Us
10095

10196
If you want to be a contributor:
10297

103-
mail: ```raynard@rasenn.com```
98+
mail: ```b2ray2c@gmail.com```
10499

105100
wechat: 417848506 remark:"python4ml"
106101

0 commit comments

Comments
 (0)