MDAnalysis / UserGuide

User Guide for MDAnalysis
https://userguide.mdanalysis.org
22 stars 33 forks source link

Changes made in dependecy list for smooth installation #205

Closed aditi2906 closed 1 year ago

aditi2906 commented 2 years ago

There are a few suggested changes in the installation requirements of MDanalysis UserGuide to make it beginner-friendly. After cloning the repo and creating a virtual environment: a)Extracting dependency list from environment.yml to requirments.txt b)Removing python dependency present in requirments.txt c)resolving conflict between two different versions of jinja2 (accepting jinja2<3.1) d)running pip install wheel e)pip install markup 2.0.1

The above changes helped me install and run UserGuide smoothly on my local machine.

System: Ubuntu 20.04.4 LTS installing using: pip

jandom commented 1 year ago

Maybe we can close this one out? It's nearly a year old and there was a merged PR that potentially fixed it?