econ-ark / HARK

Heterogenous Agents Resources & toolKit
Apache License 2.0
333 stars 198 forks source link

Changes to quick start guide #1351

Open sidd3888 opened 1 year ago

sidd3888 commented 1 year ago

Quick Start Guide

Installing HARK

Installing HARK with pip

Using HARK with Anaconda

Making changes to HARK

(Optionally) Create a virtual environment

Install requirements

HARK installation guide

This page may benefit from a complete restructuring. Much of the content is a repeat from the quick start guide, and is even repeated twice (between the new and advanced users). I think we can replace this with a short page on just setting up a Python installation and IDE for new users, along with the sections on DemARK and REMARK. Nevertheless, if we choose not to, or for whatever content we may transplant to these new pages, I suggest the following edits.

Instructions for a new user

Content aside from the Toolkit

Demonstrations and Illustrations

Instructions for an advanced user

@MridulS you may have some better ideas on any of the technical suggestions here, primarily the installation using conda-forge, as I seemed to run into issue after issue with it

MridulS commented 1 year ago

Thanks for this @sidd3888, could you also review https://github.com/econ-ark/HARK/pull/1350? This PR already works on redoing the initial guide.

sidd3888 commented 1 year ago

I commented on the PR in relation to the point about using pip or conda. I think the PR addresses the points relating to the installation guide, but we should also make the corresponding changes to the quick start guide.

P.S. I marked my reply there as resolved because I thought it was an error on my part, but perhaps due to dependencies, neither pip nor conda are able to install the latest version of HARK (this is in a newly created environment)

DominicWC commented 3 months ago

Fixed by PR #1436