FinNLP icon indicating copy to clipboard operation
FinNLP copied to clipboard

How to install FinNLP?

Open usamahassan965 opened this issue 1 year ago • 2 comments

usamahassan965 avatar Sep 30 '23 11:09 usamahassan965

you have to clone first

!git clone https://github.com/AI4Finance-Foundation/FinNLP

then change the directory

!cd FinNLP

Add Repository to Python Path

import sys sys.path.append('/content/FinNLP')

mwzkhalil avatar Oct 27 '23 08:10 mwzkhalil

I get this error message :(

fatal: could not create work tree dir 'FinNLP': Read-only file system

hjfromkorea avatar May 15 '24 08:05 hjfromkorea