Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc2b7890

Browse files
added python version requirement in readme
1 parent12f2dbc commitc2b7890

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎README.rst‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ Installation
2121
------------
2222
1. Clone this repo
2323

24-
2. Install the required packages:
24+
2. Set up a virtual environment using Python 3.9.16 (you can follow the tutorial `here<https://www.youtube.com/watch?si=g2zx-D0zdkL50knb&v=31WU0Dhw4sk&feature=youtu.be>`_).
25+
Currently, CamelParser does not work with later versions of python due to issues with some dependencies.
26+
27+
3. Install the required packages:
2528

2629
..code-block::bash
2730
2831
pip install -r requirements.txt
2932
30-
3. Download dependency parsing models:
33+
4. Download dependency parsing models:
3134

3235
..code-block::bash
3336

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp