Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ARS-CSGCL-DT authored Mar 3, 2023
1 parent 807b8ae commit d1c323c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ This is the interface for our crop models. it is written in Python, version 10.0
We use Anaconda Python
use the yml file to create the environment.
Conda env create -f classim2022.yml -p /your/path/here
the interface requires a database for input (crop.db) and output (cropoutput.db) as well as the crop models
The databases are in the database folder.

you must create a folder called Classim_v3 in your documents folder. copy the databases from databases.zip and
The interface requires a database for input (crop.db) and output (cropoutput.db) as well as the crop models
The databases are in the database folder. The models are in the CLASSIMDirectoryStructure.zip file

You must create a folder called Classim_v3 in your documents folder. Copy the databases from databases.zip and
all the files in the CLASSIMDIrectoryStructure.zip file to this folder

open a command window in the environment created above. Run the model as -- Python Classim_rb.py

0 comments on commit d1c323c

Please sign in to comment.