bahasa Indonesia & Language English
- Indonesia
Rapikan Dahulu isi File Yang ingin Kalian Compile Seperti Strings dan Space Nya Seperti Gambar Di Bawah Ini
- Englis
First, tidy up the contents of the file you want to compile, such as strings and the space as shown below
bahasa Indonesia & Language English
- Indonesia
Jika Sudah Di Rapikan Isi Dalam File Yang Ingin Kalian Compile Ubah Nama File contoh.py Kalian Menjadi contoh.pyx Seperti Gambar Di Bawah Ini
mv scrypt.py scrypt.pyx
- English
If you've trimmed the contents of the file you want to compile Change the name of your example.py file to example.pyx as shown below
mv scrypt.py scrypt.pyx
bahasa Indonesia & Language English
- Indonesia
jika Sudah Di Ubah Kalian Buat Nama File setup.py Dan Isi Dalan File Nya Kalian Tinggal Ambil Aja Di Dalam Direktori Github Saya Atau Kalian Bisa Mengetik Code Nya
- Englis
if it has been changed, you create the file name setup.py and the contents of the file, you just need to take it in my Github directory or you can type the code
bahasa Indonesia & Language English
- Indoneaia
Ubah Nama Yang Ada Di Gambar Di Bawah Ini Menjadi File kalian Contoh...your_file.pyx
- Englis
Change the name in the image below into your file Example...your_file.pyx
bahasa Indonesia & Language English
- Indonesia
Jika Sudah Di Ubah Yang Di Lingkari Biru Di Dalam File Yang Bernama setup.py, kalian Kembali Ke Terminal Awal Dan Install Modul Cython nya
pip Install cython
- Englis
If you have changed what is circled in blue in the file called setup.py, you return to the initial terminal and install the Cython module.
pip Install cython
bahasa Indonesia & Language English
- Indonesia
Jika Sudah Install Modul cython kalian Tinggal Jalan Kan File setup nya
Cara Nya $ python setup.py build_ext --inplace
- English
If you have installed your python module, just run the setup file
His method $ python setup.py build_ext --inplace
bahasa Indonesia & Language English
-
Indonesia Jika Hasil Nya Seperti Gambar Di Bawah Ini Berarti File Kalian Berhasil Di Compile Dengan Cython
-
Englis
If the results are like the image below, it means that your file was successfully compiled with Cython
bahasa Indonesia & Language English
- Indonesia
Kalian Pergi Ke Folder Kalian Dan Lihat Hasil Nya Seperti Gambar Di Bawah Ini
- English
You Go To Your Folder And See The Results As Pictured Below
SELAMAT MENCOBA
GOOD LUCK