Skip to content

Commit

Permalink
Merge pull request #33 from Techtonique/v0200
Browse files Browse the repository at this point in the history
do v0.20.0 Pt.2
  • Loading branch information
thierrymoudiki authored Oct 3, 2024
2 parents a1fb50e + 0539459 commit d558a03
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 d558a03

Please sign in to comment.