wxyedward commited on
Commit
9104dbe
1 Parent(s): 13ff271

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -8,13 +8,14 @@ tags:
8
  ---
9
  # DrugGPT
10
  A generative drug design model based on GPT2.
11
- <img src="https://img.shields.io/badge/license-Artistic%20License%202.0-green"><img src="https://img.shields.io/badge/python-3.7-blue">
12
  ## Deployment
13
  1. Clone
14
  ```shell
15
- git lfs install
16
- git clone https://huggingface.co/liyuesen/druggpt
17
  ```
 
18
  2. Create virtual environment
19
  ```shell
20
  conda create -n druggpt python=3.7
 
8
  ---
9
  # DrugGPT
10
  A generative drug design model based on GPT2.
11
+ <img src="https://img.shields.io/badge/license-Artistic%20License%202.0-green"><img src="https://img.shields.io/badge/python-3.7-blue"><img src="https://img.shields.io/github/stars/LIYUESEN/druggpt?style=social">
12
  ## Deployment
13
  1. Clone
14
  ```shell
15
+ git clone https://github.com/LIYUESEN/druggpt.git
16
+ cd druggpt
17
  ```
18
+ Or you can visit our [GitHub repo](https://github.com/LIYUESEN/druggpt) and click *Code>Download ZIP* to download this repo.
19
  2. Create virtual environment
20
  ```shell
21
  conda create -n druggpt python=3.7