Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 815 Bytes

INSTALL.md

File metadata and controls

31 lines (21 loc) · 815 Bytes

Installation Instructions for LitArt

All systems (Linux, and Windows)

Important: do not use your OS package manager (like apt-get) or pip to install Python and its main dependencies. Use Anaconda or Miniconda instead.

Download the version according to your machine

  1. mini-forge-conda
  2. Python 3.9

Cloning the Repository

git clone https://github.com/ronair212/LitArt.git

Create Environment

conda create -n <ENV-NAME> python=3.9

Troubleshoot

If you face segmentation fault as an error while generating images do as follows:

module load anaconda3/2022.05
module load cuda/12.1

Load the version that is already installed on your machine