Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarroudh authored Jun 9, 2023
1 parent 089d95a commit 24e74f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion segment_lidar/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

import os

os.system('pip install git+https://github.com/jianboqi/CSF.git')
try:
import CSF
except ImportError:
os.system('pip install git+https://github.com/jianboqi/CSF.git')

import yaml
import click
Expand Down

0 comments on commit 24e74f0

Please sign in to comment.