Skip to content

Commit

Permalink
do v0.20.0 Pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Oct 3, 2024
1 parent d8df1e0 commit 0539459
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
import os
import platform
import sys
import subprocess
from setuptools import Extension, find_packages, setup

subprocess.check_call([sys.executable, "-m", "pip", "install", "numpy"])
subprocess.check_call([sys.executable, "-m", "pip", "install", "cython"])

from Cython.Build import cythonize
import numpy

Expand Down

0 comments on commit 0539459

Please sign in to comment.