alimotahharynia commited on
Commit
21650ab
·
verified ·
1 Parent(s): 2b75b49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -28,15 +28,20 @@ DrugGen is a GPT-2 based model specialized for generating drug-like SMILES struc
28
  - Model Sources: liyuesen/druggpt
29
 
30
  ## How to Get Started with the Model
31
- DrugGen can be used via command-line interface (CLI) or integration into Python scripts.
32
 
33
  ### Installation
34
- Clone the repository and navigate to its directory:
35
  ```bash
36
  git clone https://github.com/mahsasheikh/DrugGen.git
37
  cd DrugGen
38
  ```
39
 
 
 
 
 
 
40
  ### Command-Line Interface
41
  DrugGen provides a CLI to generate SMILES structures based on UniProt IDs, protein sequences, or both.
42
 
 
28
  - Model Sources: liyuesen/druggpt
29
 
30
  ## How to Get Started with the Model
31
+ - DrugGen can be used via command-line interface (CLI) or integration into Python scripts.
32
 
33
  ### Installation
34
+ #### Clone the repository and navigate to its directory
35
  ```bash
36
  git clone https://github.com/mahsasheikh/DrugGen.git
37
  cd DrugGen
38
  ```
39
 
40
+ #### Install dependencies
41
+ ```bash
42
+ pip3 install -r requirements.txt
43
+ ```
44
+
45
  ### Command-Line Interface
46
  DrugGen provides a CLI to generate SMILES structures based on UniProt IDs, protein sequences, or both.
47